summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwarebenno2002-04-151-0/+261
* Fix tx-rate setting for Lucent cards.brooks2002-04-141-0/+15
* Support the Siemens SpeedStream PCI card.brooks2002-04-141-0/+1
* Fix the play / record rate setting so that it actually works.jhay2002-04-141-3/+8
* Turn on TGA support.obrien2002-04-138-18/+64
* If the receiver runs out of space for an received frame in the internalphk2002-04-132-22/+8
* Fix an edge case wrt membase, but more changes neededimp2002-04-131-1/+1
* Restore NetBSD copyrights that shouldn't have been removed in the first place.imp2002-04-132-0/+60
* Add a couble more Promise chip ID's.sos2002-04-121-1/+2
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,imp2002-04-121-10/+2
* unifdef -DWI_HOSTAP, like OpenBSD doesimp2002-04-125-56/+5
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.alfred2002-04-121-0/+2
* Replace the original host WEP implementation with the one in OpenBSDimp2002-04-122-146/+130
* Add ActionTec HWC01170 and Linksys IWN2imp2002-04-111-0/+2
* Catchup to 1.32imp2002-04-111-1/+7
* Add ACTIONTEC HWC01170 from OpenBSDimp2002-04-111-0/+4
* Make this compile again when UMASS_DEBUG isn't defined.jhb2002-04-111-0/+2
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichjhb2002-04-111-1/+1
* Add yet another chip ID for a Promise TX2 chip.sos2002-04-113-0/+4
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by then_hibma2002-04-111-3/+12
* Fix the I/O performance issues with the ciss driver where CAM was limitingps2002-04-111-1/+2
* Only calculate Promise magic if a device is there for info.sos2002-04-111-2/+2
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>imp2002-04-118-53/+1769
* better initimp2002-04-111-4/+6
* Yet another adjustment of digi_delay(). The delay is now consistentbrian2002-04-103-18/+19
* Postpone I/O to the device until attach has finished. This fixesn_hibma2002-04-101-21/+23
* Change more uses of tsleep() to digi_delay() and make the loop counts morebrian2002-04-103-19/+22
* Fix the FreeBSD native ATA RAID code a bit.sos2002-04-102-31/+34
* intline == 0 is not a valid intline on 386. See pci_cfgintr() inn_hibma2002-04-101-1/+5
* Treat input on the snp device as an `unsigned char'. According to thedd2002-04-101-1/+1
* Add a digi_delay() function and use it instead of tsleep() when pollingbrian2002-04-101-5/+14
* Use the PCI port for pci cards, not just for PCIXR cards.brian2002-04-101-6/+6
* Change linker_reference_module() so that it's passed a structbrian2002-04-101-2/+8
* Add some missing MODULE_VERSIONsbrian2002-04-108-0/+9
* Slight tidy up to reduce the differences between our version and NetBSD's.joe2002-04-091-9/+9
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-094-5/+3
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-091-1/+1
* Use the right major number.jake2002-04-091-1/+1
* Add a low level console driver for the Siemens SAB82532 chip found in manyjake2002-04-092-0/+525
* Fix typo: conole -> consoleasmodai2002-04-082-2/+2
* Lock down Giant in the usb_task_thread() kthread.joe2002-04-081-0/+4
* Regenerate.joe2002-04-082-2/+9
* Add an entry for HP LaserJet 1200.joe2002-04-081-0/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-083-2/+3
* Print DRQ resource in boot message.takawata2002-04-081-0/+1
* Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when Iimp2002-04-081-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-077-7/+7
* Regenerate.wpaul2002-04-071-1/+6
* Teach the rlphy driver how to do parallel link detection. If the link partnerwpaul2002-04-072-1/+117
* General white space cleanup, to synchronise with NetBSD.joe2002-04-071-26/+36
OpenPOWER on IntegriCloud