summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-1116-0/+7920
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-112-0/+959
* Regenjoe2002-08-112-2/+9
* Add Palm M515.joe2002-08-112-0/+2
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-113-16/+16
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-102-10/+9
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.scottl2002-08-101-8/+7
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-102-6/+3
* Minor corrections.sos2002-08-101-13/+3
* When we allocate our bus address via the kludge that we have in theimp2002-08-102-16/+23
* confirmed OZ6912 and 6972 share same pci IDimp2002-08-101-1/+1
* Add the ability to use ATAPI devices via CAM.sos2002-08-094-31/+752
* Fix wrong member variable ordering of struct acpi_bif.iwasaki2002-08-091-1/+1
* use the new interface to ether_input(), with eh = NULL andluigi2002-08-091-7/+1
* Add support for SX cards using TBI such as Netgear GA621.ambrisko2002-08-082-63/+249
* Don't bogusly depend on pcic. pccard should be enough.imp2002-08-081-1/+0
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-0821-22/+43
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-082-14/+52
* Only attach one PHY device to a controller. NetBSD has similar code.ambrisko2002-08-071-2/+5
* printf() formats fixesfjoe2002-08-062-2/+2
* Make driver portable:fjoe2002-08-054-45/+56
* back out one change that crept in (will be committed later)fjoe2002-08-051-1/+1
* style fixesfjoe2002-08-053-26/+30
* Make sure to set the DMA transfer length register, plus onesilby2002-08-051-1/+6
* Fix minor typo in ID number in last commitimp2002-08-051-1/+1
* A definition of regulatory domains that matches the docs.imp2002-08-051-1/+2
* Differentiate between AT45DB011 compatible large serial flash partsimp2002-08-052-6/+20
* Add a comment that says it looks like lucent cards have a primaryimp2002-08-051-0/+2
* Use m_getcl() to allocate buffers for the receive ring.luigi2002-08-051-11/+2
* Fix handling of Receiver Not Ready errors when doing polling.luigi2002-08-041-50/+82
* Ported to FreeBSD.jake2002-08-041-582/+487
* Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyjake2002-08-042-0/+1684
* Remove this abortive attempt.jake2002-08-042-525/+0
* Add code that will download firmware to a Symbol LA4100-series of CFimp2002-08-033-1/+4533
* While PCI interrupts are shareable, this should not have been committed justimp2002-08-021-7/+0
* Modernise the cdevsw WRT to (unused) kqueue.markm2002-08-021-0/+2
* Don't set the IFF_PROMISC bit when in hostap mode like the previousimp2002-08-011-17/+15
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-012-7/+7
* Make sure to set both sets of registers which control the RX and TX buffersilby2002-07-312-0/+49
* Byteswap the serial #sos2002-07-311-0/+3
* Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAIDsos2002-07-314-0/+1599
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-3123-174/+110
* Make this compile with the debugging options switched on.joe2002-07-311-0/+7
* Wake up Joe! It would help if I included sys/sysctl.h.joe2002-07-311-0/+1
* Add a sysctl (debug.usb.uhub) for tweaking the uhub debug levels.joe2002-07-311-1/+3
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-3120-17/+58
* It should be "ucom", not "usio".joe2002-07-311-1/+1
* Regenjoe2002-07-312-2/+37
* MFNetBSD: uvisor.c (1.14, 1.15)joe2002-07-312-9/+56
* Remove trailing white spacesjoe2002-07-311-3/+9
OpenPOWER on IntegriCloud