summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Clean up warnings; a couple of these came because of genuine errors ineivind1999-01-121-4/+6
* Fixed minor style bugs in previous commit.bde1999-01-111-12/+10
* Updated for not-so-new version of Cyclom-Y PCI boards (with a custombde1999-01-111-3/+19
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.nsouch1999-01-111-24/+30
* Update the pointer into the bitmap correctly. The previous codeyokota1999-01-111-2/+2
* Add splash screen module. This version has rather limitedyokota1999-01-111-0/+494
* The first stage of console driver reorganization: activate newyokota1999-01-1113-1312/+1055
* Oops, I committed wrong version of these files in the last commit!yokota1999-01-112-73/+151
* Added file handling to ulpt (USB printer) drivern_hibma1999-01-111-2/+39
* Tweak the vr_start() and vr_rxeof() routines a little to improvewpaul1999-01-102-31/+13
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-1024-199/+287
* Remove warningn_hibma1999-01-101-2/+1
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-104-29/+27
* Major ppbus commit with:nsouch1999-01-1016-264/+1908
* Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not inmjacob1999-01-103-13/+15
* Add some prototype deadchip detection. Set FIFO bursting (1XX0 only-mjacob1999-01-101-48/+88
* up isp_fifo_threshold NVRAM storage to 3 bits (for future 128 bit)mjacob1999-01-101-3/+3
* add MEMZERO portability definesmjacob1999-01-102-4/+8
* Amazingly stupid forgetfullness had me forgetting to turn on FIFO burstsmjacob1999-01-101-4/+4
* KNFize, by bde.eivind1999-01-101-3/+2
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.nsouch1999-01-091-8/+7
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-0910-75/+179
* Fix the disappearing da0 problem.nsouch1999-01-091-1/+5
* cleanup: remove part of the code for 2.1.kjc1999-01-091-36/+128
* Add the new keyboard driver and video card driver. They will beyokota1999-01-0915-0/+7583
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-083-4/+11
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-7/+4
* USUBCLASS_MODEM -> USUBCLASS_ABSTRACT_CONTROL_MODELeivind1999-01-081-2/+2
* Major synchronisation with NetBSD USB coden_hibma1999-01-0732-2054/+3790
* Clean up, nothing majorn_hibma1999-01-072-18/+7
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-6/+14
* queue.h has taken over this functionalityn_hibma1999-01-061-64/+0
* Fix an overflow problem which prevented revive from working on plexesgrog1999-01-061-2/+2
* Added proper names to the device messages at probe and attach.n_hibma1999-01-062-27/+72
* Removed NetBSD specific coden_hibma1999-01-062-251/+25
* Big oops, wrong major number in sourcen_hibma1999-01-051-2/+2
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-042-8/+18
* Bring in ad1816 patches from German Tischler.luigi1999-01-044-10/+1144
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-032-4/+4
* Minor bug: in the case where allocating a fresh mbuf for the receive ringwpaul1999-01-031-4/+3
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly indes1999-01-011-23/+31
* The previous commit was bogus. malloc(..., M_WAITOK) should not bebde1999-01-011-2/+6
* Here's one for the terminally melancholic amongst us.des1998-12-311-0/+136
* Compile without warnings.des1998-12-311-4/+4
* Extend the callback mechanism and add hooks to support PCI cards.luigi1998-12-316-64/+22
* Another(better) way to support Access/NOTE N98(PC-98) without any effectskato1998-12-311-6/+7
* Make the VESA KLD module work!yokota1998-12-301-3/+3
* Silence -Wtrigraph.hoek1998-12-302-4/+4
* clarify headers;ansifymjacob1998-12-281-60/+22
* clarify headers;move uninit to outer layer;remove watchdogmjacob1998-12-289-136/+173
OpenPOWER on IntegriCloud