summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-092-0/+2
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.jhay1999-10-093-102/+150
* A leftover include file from pre-CAM days gets retired...phk1999-10-091-80/+0
* Factor out the PnP resource parser so that it can be re-used by pnpbiosdfr1999-10-093-234/+465
* Fix build break.dfr1999-10-092-2/+0
* Add net device to netboot.dfr1999-10-091-0/+3
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-093-921/+0
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-095-10/+11
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upgreen1999-10-091-1/+1
* - Restore correct operation of bt_mca.mdodd1999-10-092-16/+28
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-092-2/+2
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-094-720/+0
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.imp1999-10-093-3/+3
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toimp1999-10-092-1/+2
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-092-2/+3
* 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
OpenPOWER on IntegriCloud