summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the DPT EISA driver entry.mdodd1999-10-092-2/+0
* - Implement a simple PIO driven function for retreiving the onboardmdodd1999-10-094-101/+137
* Fix a panic(8) implementation:phk1999-10-081-5/+17
* Add a couple of strategic KASSERTsphk1999-10-082-0/+12
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-082-20/+0
* Add back sysctl vfs.enable_userblk_iophk1999-10-082-0/+14
* perl5 -> perln_hibma1999-10-082-4/+4
* perl5 -> perlgreen1999-10-085-10/+10
* Sync with recent changes to the MCA bus code. Resource IVARS wentmdodd1999-10-081-17/+9
* No longer required, following the move of the driver to /sys/dev/bktrroger1999-10-081-598/+0
* Synchronize with i386 rev 1.367marcel1999-10-082-56/+56
* Don't include <machine/frame.h>.dfr1999-10-081-2/+0
* Change the SOURCE line to include ${CURDIR}n_hibma1999-10-087-7/+7
* Move the include of device.h into the NetBSD specific section.n_hibma1999-10-081-1/+1
* Zap these defucnt files before anyone things about trying to merge them.peter1999-10-083-54/+0
* 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
OpenPOWER on IntegriCloud