freebsd-dev/sys/dev
Brian Feldman 3c632a5847 atapicam(4) is currently off by three orders of magnitude regarding the
timeout values in the CAM CCBs.  Divide by 1000 to get values in seconds
which are what ata(4) timeouts internally use.

This does lose granularity, though, and small values can now round down
to zero.  It's probably worth making all ata(4) timeouts in terms of
hz/ticks/milliseconds/something.
2004-06-17 07:29:56 +00:00
..
aac Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
acpi_support Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
acpica Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
adlink Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
advansys Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
agp Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
aha
ahb
aic Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
aic7xxx Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
amd Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
amr Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
an While setting up a transmit packet disable interupts on the card then 2004-06-17 02:19:11 +00:00
ar Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
arl Remove extra semicolon. 2004-06-02 18:03:07 +00:00
asr Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ata atapicam(4) is currently off by three orders of magnitude regarding the 2004-06-17 07:29:56 +00:00
ath
atkbdc Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
awi Link ALTQ to the build and break with ABI for struct ifnet. Please recompile 2004-06-13 17:29:10 +00:00
bfe Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
bge Add some special case code to fix a problem with the BCM5704 in TBI (fiber) 2004-06-09 16:01:59 +00:00
bktr Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
buslogic Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
cardbus Add some missing <sys/module.h> includes which are masked by the 2004-05-30 17:57:46 +00:00
ciss Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
cm
cnw We don't need to initialize if_output, ether_ifattach() does it 2004-05-23 16:11:53 +00:00
cp Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
cs Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
ct
ctau Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
cx Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
cy Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
dc Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
dcons Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
de Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
dec
digi Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
dpt
drm Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ed Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
eisa When adding files to the repo, it is very important to not forget 2004-06-09 16:56:22 +00:00
em Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP). 2004-06-04 16:57:18 +00:00
en Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
ep Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
esp Pass the correct argument to ncr53c9x_timeout() 2004-06-13 18:45:57 +00:00
ex Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
exca
fatm
fb Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
fdc Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
fe Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
firewire Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
fxp Abstract the locking in fxp(4) a bit more by using macros for 2004-06-02 22:59:57 +00:00
gem - Remove a variable no longer used after the conversion to ether_crc32_le(). 2004-06-10 00:04:16 +00:00
gfb Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
gx Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
harp
hatm
hfa
hifn Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
hme Back out 1.23 until I figure out why it causes Netra t1 100 to no longer 2004-06-12 02:23:06 +00:00
ic
ichsmb Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
ichwd make code less broken, only try to create unit 0 since there can only 2004-06-13 05:00:19 +00:00
ida Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
idt
ie
if_ndis Take advantage of the dev sysctl tree. 2004-06-04 22:24:46 +00:00
iicbus Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
iir Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ips Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
isp Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ispfw Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
ixgb Add missing <sys/module.h> includes currently relying on nested include 2004-06-03 06:10:02 +00:00
joy Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
kbd Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
led Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
lge Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
lnc Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
matcd Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
mc146818
mca
mcd Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
md Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
mii Add some missing <sys/module.h> includes which are masked by the 2004-05-30 17:57:46 +00:00
mk48txx
mlx Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
mly Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
mpt
mse Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
musycc Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
my Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
ncv Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
nge Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
nmdm Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
nsp Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
null Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ofw Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
owi Move to generating pccarddevs.h on the fly, both for the kernel and 2004-05-26 00:53:10 +00:00
patm
pccard Don't nest includes here. There's no need and the subset included is lame. 2004-05-28 02:24:07 +00:00
pccbb Add some missing <sys/module.h> includes which are masked by the 2004-05-30 17:57:46 +00:00
pcf Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c" 2004-06-10 21:56:52 +00:00
pci Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
pcic
pdq Link ALTQ to the build and break with ABI for struct ifnet. Please recompile 2004-06-13 17:29:10 +00:00
ppbus Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ppc Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
pst
puc Add missing <sys/module.h> includes currently relying on nested include 2004-06-03 06:10:02 +00:00
random Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ray Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
rc Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
re Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
rndtest
rp Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sab Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
safe Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
sbni We don't need to initialize if_output, ether_ifattach() does it 2004-05-23 16:11:53 +00:00
sbsh Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
scd Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sf Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
si Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sio Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sk Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
smbus Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sn Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
snc We don't need to initialize if_output, ether_ifattach() does it 2004-05-23 16:11:53 +00:00
snp Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sound Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
speaker Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sr Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
stg Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
streams Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sx Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sym
syscons Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
tdfx Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
tga Add missing <sys/module.h> includes currently relying on nested include 2004-06-03 06:10:02 +00:00
ti Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
trm Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
twa Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
twe Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
tx Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
txp Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
uart Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ubsec Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
usb Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
utopia Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
vinum Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
vr Replace handrolled CRC calculation with ether_crc32_[lb]e(). 2004-06-09 14:34:04 +00:00
vx Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
watchdog Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
wds
wi Link ALTQ to the build and break with ABI for struct ifnet. Please recompile 2004-06-13 17:29:10 +00:00
wl Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
xe Replace convoluted and broken CRC calcuation with ether_crc32_le(). 2004-06-09 00:30:11 +00:00
zs Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00