summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.jhb2002-07-191-0/+27
* Add PCI ID for the ICH4 ATA100 controller.jhb2002-07-192-0/+4
* Eliminate the need for pccard_common.c by moving the function inlineimp2002-07-173-70/+19
* Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSDimp2002-07-171-0/+3
* regen from pccarddevs 1.33imp2002-07-171-2/+18
* MFOpenBSD:imp2002-07-171-1/+9
* - Use more correct values to initialize the AGP controller during setup.jhb2002-07-171-6/+21
* - Use IO mode to reset the controller (82544 and beyond)pdeuskar2002-07-166-103/+429
* Add missing quotes around ID string in __FBSDID().tmm2002-07-161-1/+1
* Re-fetch the interface handle after setting the config number,iedowse2002-07-152-1/+4
* Upgrade the random device to use a "real" hash instead of buildingmarkm2002-07-153-54/+11
* Use semicolons at the end of function-like macros for the sake ofmarkm2002-07-152-2/+2
* Correct module name of my previous commit.ume2002-07-151-1/+1
* fix driver name in DRIVER_MODULEfjoe2002-07-152-2/+2
* o Lock page queue accesses by vm_page_wire().alc2002-07-142-0/+4
* Miscellaneous fixes:tmm2002-07-142-28/+47
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-132-0/+6
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-132-0/+2
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
* Add SBus firmware (compiled in only for sparc systems).mjacob2002-07-112-0/+1304
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialsobomax2002-07-101-0/+1
* Incorporate changes made to the NetBSD version of this driver.benno2002-07-104-87/+159
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. Somethingdd2002-07-102-0/+15
* It's not "usio" anymore, it's "ucom".joe2002-07-103-5/+5
* Improve detach operation.joe2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.joe2002-07-101-0/+3
* Regen.joe2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).joe2002-07-102-0/+3
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-093-60/+82
* Regen for SMC 2206USB/ETH EZ Connect adapter.joe2002-07-092-2/+9
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)joe2002-07-092-0/+2
* Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
* Add 2002 to copyright.mjacob2002-07-081-1/+1
* Add get/set param ioctl support.mjacob2002-07-082-135/+154
* Add get/set param ioctls.mjacob2002-07-081-0/+23
* Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
* Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
* Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-72/+101
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-84/+120
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* regeneratebenno2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes thebenno2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedbenno2002-07-052-3/+3
* Disable hardware checksum offloading of IP fragments in the bgejdp2002-07-041-1/+1
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* IF_HANDOFF is no longer in -stableimp2002-06-301-12/+0
* Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-301-6/+6
OpenPOWER on IntegriCloud