summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix amr.c line, a '.' had become a '/'.phk1999-10-081-1/+1
* Fix typon_hibma1999-10-071-1/+1
* The Makefiles for the modules for the USB device drivers.n_hibma1999-10-078-0/+169
* Make the umodem stub compilen_hibma1999-10-071-1/+1
* Remove a debugging printf.n_hibma1999-10-071-2/+0
* Add make_dev and remove_dev.n_hibma1999-10-071-0/+7
* priorities weren't correct (old version).n_hibma1999-10-071-36/+15
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-0731-3958/+4674
* remove the use of uhci_reset to wake up the controller aftern_hibma1999-10-072-10/+8
* Remove last bits and pieces of NetBSD porting.n_hibma1999-10-071-34/+20
* Remove the last bits and pieces left over from porting the drivern_hibma1999-10-071-27/+9
* Simplification of the signal trampoline and other cleanups.marcel1999-10-0716-162/+152
* Put back cn_namelen initialization. Removed by phk in rev 1.2.bp1999-10-072-0/+2
* I forgot this one :-(marcel1999-10-071-3/+3
* Connect the 'amr' and 'mlx' drivers. They can be built as modules ormsmith1999-10-075-1/+28
* This is a driver for the AMI MegaRAID family of controllers. It all ofmsmith1999-10-077-0/+2470
* This is a driver for the Mylex DAC960 family of integrated RAIDmsmith1999-10-077-0/+3459
* Be much more selective in claiming devices that might be IDE controllers.msmith1999-10-072-67/+57
* Re-synchronise the alpha major numbers list with the i386 list.msmith1999-10-073-5/+62
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-062-2/+2
* - Remove cdevsw_add().yokota1999-10-063-13/+0
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Add $FreeBSD$.phk1999-10-061-7/+6
* Removal of sys/device.hn_hibma1999-10-0531-185/+22
* Attempt at cleaning up the (unused part of) support for TurboChannel ton_hibma1999-10-059-63/+60
* Add SLIST_HEAD_INITIALIZER for static initialisation of SLISTs.n_hibma1999-10-051-0/+3
* Check whether init and term are actually givenn_hibma1999-10-051-2/+2
* Print more verbose debugging outputn_hibma1999-10-051-7/+10
* Found and fixed FM radio mute bugroger1999-10-052-3/+6
* Re-introduction of sigcontext.marcel1999-10-0417-218/+390
* Fix style bug.marcel1999-10-041-1/+2
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherpeter1999-10-042-38/+76
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/peter1999-10-042-2/+2
* Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()peter1999-10-041-4/+0
* Fix style bug: order includesmarcel1999-10-042-2/+2
* Introduce swopen to prevent blockdevice opens and insist on minor==0.phk1999-10-041-1/+17
* Warn once per driver about dev_t's not registered with make_dev().phk1999-10-044-0/+20
* Give the swap device a D_DISK flag against my better judgement.phk1999-10-041-1/+1
* A little step further in the dev_t cleanups:phk1999-10-041-17/+28
* Move the buffered read/write code out of spec_{read|write} and intophk1999-10-045-369/+420
* Update Australian channel set and add Leadtek Winfast 2000 GPIOroger1999-10-044-15/+30
* be more consistent about passing the whole/raw dev_t to the driverphk1999-10-041-4/+2
* Remove unused B_FORMAT #definephk1999-10-042-6/+0
* Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical IDdeischen1999-10-032-4/+8
* Allow compilation with older versions of GCC, in order to make it possibleeivind1999-10-032-0/+46
* A band-aid to prevent multi-hose alpha chipsets (aka tsunami) fromgallatin1999-10-032-0/+8
* Change from using a dv_xname in struct device to usingn_hibma1999-10-034-40/+48
* Check for a valid irq number before calling BUS_SETUP_INTR.n_hibma1999-10-034-8/+46
* Add logical device ID for the Diamond SupraExpress 56K PnP modem:deischen1999-10-032-0/+2
* Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".obrien1999-10-034-4/+16
OpenPOWER on IntegriCloud