opnsense-src/sys/dev
Marcel Moolenaar e00251b7ed Add a driver for flash memory that implements to the Common Flash
Memory Interface (CFI). The flash memory can be read and written
to through /dev/cfi# and an ioctl() exists so processes can read
the query information.
The driver supports the AMD and Intel command set, though only
the AMD command has been tested.

Obtained from:	Juniper Networks, Inc.
2008-10-25 06:18:12 +00:00
..
aac
acpi_support
acpica
adlink
advansys
ae - Add driver for Attansic L2 FastEthernet controller found on 2008-10-03 10:31:31 +00:00
age Remove unused age_txdq 2008-10-21 03:18:02 +00:00
agp Correctly handle Intel g33 chips and add support for g45 chips 2008-10-02 20:29:45 +00:00
aha Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag() 2008-10-07 23:55:32 +00:00
ahb
aic
aic7xxx
amd
amr Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
an
ar Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
arcmsr Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
asmc
asr Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
ata Restore the default maximum segment size for the bus dma tag to 64k as it 2008-10-21 18:51:55 +00:00
ath fix static key wep; r183248 caused drivers to be called for keys to be 2008-10-19 21:34:49 +00:00
atkbdc Rewrite Synaptics touchpads support with the following goals in mind: 2008-10-14 17:48:36 +00:00
auxio
bce
bfe
bge Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9) 2008-10-14 20:28:42 +00:00
bktr Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
bm Change the way we enable the BMAC cell in macio. Instead of calling the 2008-10-13 17:33:55 +00:00
buslogic
cardbus
ce Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
cfe Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the 2008-09-28 03:33:01 +00:00
cfi Add a driver for flash memory that implements to the Common Flash 2008-10-25 06:18:12 +00:00
ciss
cm
cmx
coretemp
cp Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
cpuctl Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
cpufreq
cs
ct
ctau Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
cx
cxgb Track number of packets transmitted and number of packets received 2008-10-17 07:04:29 +00:00
cy
dc cosmetic changes and style fixes 2008-09-30 20:53:15 +00:00
dcons
de
digi
dpt
drm Replace calls to minor() with dev2unit(). Ed already fixed this once, 2008-10-23 20:23:03 +00:00
e1000
ed
eisa
en
ep
esp
et
ex
exca
fatm Use bus_get_dma_tag() so fatm(4) works on platforms requiring it. 2008-09-30 18:52:43 +00:00
fb Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
fdc
fe
firewire Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
flash
fxp
gem
glxsb
hatm
hifn
hme
hptiop - Spell cam correctly (scbus), this makes it possible to compile hptiop 2008-10-04 10:39:31 +00:00
hptmv
hptrr
hwpmc Fix a number of style issues in the MALLOC / FREE commit. I've tried to 2008-10-23 20:26:15 +00:00
ic
ichsmb
ichwd
ida
ie
ieee488
if_ndis sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not 2008-10-04 04:15:39 +00:00
iicbus
iir Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
io
ipmi
ips
ipw
iscsi/initiator Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
isp Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
ispfw
iwi
iwn Add MSI support. 2008-10-24 21:21:43 +00:00
ixgb
ixgbe
jme Make sure to read the last byte of EEPROM descriptor. Previously 2008-10-14 00:54:15 +00:00
joy Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
k8temp
kbd Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
kbdmux
le
led Remove unit2minor() use from kernel code. 2008-09-26 14:19:52 +00:00
lge
lmc Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
malo
mc146818
mca
mcd
md
mem
mfi
mge Marvell Gigabit Ethernet controller driver. 2008-10-14 07:24:18 +00:00
mii Correct PHY description and OUI of VSC8211. Previously VSC8211 was 2008-10-23 01:27:15 +00:00
mk48txx
mlx Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
mly Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
mmc Coalesce sequentional BIO_DELETE requests to slightly relax size and alignment 2008-10-18 22:22:25 +00:00
mpt
mse Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
msk If mbuf is not writable get a writable copy before invoking 2008-09-30 04:52:30 +00:00
mxge Update to Myri10GE Firmware 1.4.36. 2008-10-23 20:07:08 +00:00
my
ncv
nfe Add hardware MAC statistics support. Register information was 2008-10-03 03:58:16 +00:00
nge
nmdm
nsp
null
nve
nvram
nxge
ofw
patm
pbio Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
pccard
pccbb Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match. 2008-10-02 22:50:11 +00:00
pcf
pci Add HDA multimedia subclass. 2008-10-21 21:53:55 +00:00
pcn
pdq
powermac_nvram Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This 2008-10-14 14:54:14 +00:00
ppbus Fix build breakage. 2008-10-22 15:00:22 +00:00
ppc Fix build with PPC_PROBE_CHIPSET enabled. 2008-10-22 19:39:16 +00:00
pst
puc Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4. 2008-10-13 12:28:33 +00:00
quicc
ral
random
ray Fix a number of style issues in the MALLOC / FREE commit. I've tried to 2008-10-23 20:26:15 +00:00
rc
re
rndtest
rp Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
safe
sbni
scc
scd
sdhci Import sdhci (PCI SD Host Controller) driver. 2008-10-21 20:33:40 +00:00
sf
si
siba Use some casting to get the right addresses. This is likely unwise 2008-09-26 05:40:56 +00:00
sio Add a note about a bug in how sio manages its softc. This was 2008-10-08 08:08:03 +00:00
sis
sk
smbus
smc
sn
snc
snp
sound Bump the revision after the latest commits. 2008-10-24 19:36:28 +00:00
speaker Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
spibus
sr Fix a number of style issues in the MALLOC / FREE commit. I've tried to 2008-10-23 20:26:15 +00:00
ste
stg
stge
streams Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
sym Use xpt_register_async() in order to remove code duplication. 2008-10-14 20:18:57 +00:00
syscons
tdfx Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
ti
tl
trm
tsec
twa Limit DMA memory to lower addressable 4GB, without this patch, we 2008-10-06 22:34:17 +00:00
twe Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
tx
txp
uart Fix detaching of uart(4) devices. 2008-10-23 19:11:44 +00:00
ubsec
usb Make the driver compile on FBSD6 as well. 2008-10-24 21:52:50 +00:00
utopia
vge
vkbd Remove unit2minor() use from kernel code. 2008-09-26 14:19:52 +00:00
vr
vx
watchdog
wb
wds
wi
wl
wpi
xe
xen Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
xl