summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 'error' is now unused, since its only purpose was to catch therwatson2001-11-151-1/+0
* Temporarily disable unloading, as it appears to be broken (read: causesrwatson2001-11-151-0/+2
* o Rely on /dev/snp* permissions, rather than using suser() in snpopen()rwatson2001-11-151-3/+0
* Remove clkrun_hack for ThinkPad 570.asmodai2001-11-151-2/+1
* Fix re-enabling ACPI on wakeup from hibernation. The problem was thatiwasaki2001-11-151-3/+2
* Two minor changes.iwasaki2001-11-151-9/+8
* Remove "S4B" from sleep_state_names and add "NONE" instead.iwasaki2001-11-151-4/+5
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesimp2001-11-151-6/+20
* More devices. Obtained from NetBSD.imp2001-11-151-2/+4
* Migrate to PCMCIA_CARD() macrosimp2001-11-156-238/+67
* Sync to 1.18 of pccarddevsimp2001-11-151-1/+2
* Add vendor for NDC.imp2001-11-151-0/+1
* Minor style problem I introduced recentlyimp2001-11-151-4/+4
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-153-38/+35
* Add PC4500 and 350 for newer cards in this line.imp2001-11-151-3/+9
* Add NEWCARD support for aironet stuff.imp2001-11-151-2/+32
* Fix comments about 'current' state of hardware/softwareimp2001-11-151-4/+1
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-141-1/+0
* Add yet another VIA ATA100 southbridge.sos2001-11-132-0/+2
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-134-4/+4
* Sync to 1.17 of pccarddevsimp2001-11-111-1/+2
* Add GENTEK as one of the bogus vendors we need to id cards from the cisimp2001-11-111-0/+1
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mimp2001-11-111-3/+31
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-117-186/+186
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-114-570/+570
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_imp2001-11-111-10/+10
* Sync to 1.15 pccarddevsimp2001-11-111-299/+314
* MFNetBSD:imp2001-11-111-147/+154
* MFC after: 0 daysgroudier2001-11-117-8/+8
* Move Intel 82092AA into the list of devices. It appears to be a oneimp2001-11-111-1/+1
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inimp2001-11-111-3/+3
* fix typo.phk2001-11-111-1/+1
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-082-11/+106
* We need to operate on struct thread now, not struct proc.obrien2001-11-081-6/+6
* Add AMD766 OHCI USB controller. Remove unused VENDORID lists.peter2001-11-061-9/+8
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-064-0/+202
* This file is a 2.2 vintage pre-CAM file of no current value.phk2001-11-061-861/+0
* More drive-by stylification, and some clarificationsdes2001-11-061-10/+16
* More drive-by stylificationdes2001-11-061-4/+4
* Drive-by stylification + reintroduce set_border().des2001-11-063-212/+219
* syscons' set_border() is now named sc_set_border(), so there is no longerdes2001-11-061-2/+0
* o dpt_control.c is not compiled into the system (commented out inrwatson2001-11-051-6/+6
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-4/+7
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.iwasaki2001-11-051-14/+0
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries togallatin2001-11-052-3/+3
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-3/+1
* Don't call cdevsw_add().phk2001-11-041-1/+1
* devsw_add() and cdevsw_remove() are no longer needed.phk2001-11-044-27/+0
* Don't call cdevsw_{add,remove}().phk2001-11-041-3/+0
OpenPOWER on IntegriCloud