aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the need for pccard_common.c by moving the function inlineWarner Losh2002-07-173-70/+19
* Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSDWarner Losh2002-07-171-0/+3
* regen from pccarddevs 1.33Warner Losh2002-07-171-2/+18
* MFOpenBSD:Warner Losh2002-07-171-1/+9
* - Use more correct values to initialize the AGP controller during setup.John Baldwin2002-07-171-6/+21
* - Use IO mode to reset the controller (82544 and beyond)Prafulla Deuskar2002-07-166-103/+429
* Add missing quotes around ID string in __FBSDID().Thomas Moestl2002-07-161-1/+1
* Re-fetch the interface handle after setting the config number,Ian Dowse2002-07-152-1/+4
* Upgrade the random device to use a "real" hash instead of buildingMark Murray2002-07-153-54/+11
* Use semicolons at the end of function-like macros for the sake ofMark Murray2002-07-152-2/+2
* Correct module name of my previous commit.Hajimu UMEMOTO2002-07-151-1/+1
* fix driver name in DRIVER_MODULEMax Khon2002-07-152-2/+2
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-142-0/+4
* Miscellaneous fixes:Thomas Moestl2002-07-142-28/+47
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-132-0/+6
* When usb is kld, ucom and uplcom were failed to load because ofHajimu UMEMOTO2002-07-132-0/+2
* Remove a couple of debugging lines.Matt Jacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.Matt Jacob2002-07-115-9/+853
* Add SBus firmware (compiled in only for sparc systems).Matt Jacob2002-07-112-0/+1304
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialMaxim Sobolev2002-07-101-0/+1
* Incorporate changes made to the NetBSD version of this driver.Benno Rice2002-07-104-87/+159
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. SomethingDima Dorfman2002-07-102-0/+15
* It's not "usio" anymore, it's "ucom".Josef Karthauser2002-07-103-5/+5
* Improve detach operation.Josef Karthauser2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.Josef Karthauser2002-07-101-0/+3
* Regen.Josef Karthauser2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).Josef Karthauser2002-07-102-0/+3
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-093-60/+82
* Regen for SMC 2206USB/ETH EZ Connect adapter.Josef Karthauser2002-07-092-2/+9
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)Josef Karthauser2002-07-092-0/+2
* Delay the creation of the ugenX device node until we're certainJosef Karthauser2002-07-091-5/+6
* Add 2002 to copyright.Matt Jacob2002-07-081-1/+1
* Add get/set param ioctl support.Matt Jacob2002-07-082-135/+154
* Add get/set param ioctls.Matt Jacob2002-07-081-0/+23
* Add override so that we can force set our hard loopdid.Matt Jacob2002-07-081-0/+14
* Remove the 'bogus registrant' hack for fabric searches. It reallyMatt Jacob2002-07-081-12/+9
* Reenable the m3 interrupts in m3_pci_resume() and do notRobert Drehmel2002-07-081-2/+2
* Cleanup after my de-__P (remove leading whitespace before prototype args).Alfred Perlstein2002-07-061-72/+101
* Cleanup after my de-__P (remove leading whitespace before prototype args).Alfred Perlstein2002-07-061-84/+120
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.Mitsuru IWASAKI2002-07-061-2/+2
* regenerateBenno Rice2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes theBenno Rice2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedBenno Rice2002-07-052-3/+3
* Disable hardware checksum offloading of IP fragments in the bgeJohn Polstra2002-07-041-1/+1
* Make interrupt driven EC transaction optional.Takanori Watanabe2002-07-021-0/+2
* IF_HANDOFF is no longer in -stableWarner Losh2002-06-301-12/+0
* Fix if_timer logic so that there is always a timeout pending if thereLuigi Rizzo2002-06-301-2/+4
* Fix if_timer logic to make sure that there is always a timeoutLuigi Rizzo2002-06-301-6/+6
* Resolve conflicts arising from the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-5/+3
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.Alfred Perlstein2002-06-291-2/+2