summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+3
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.alfred2002-06-291-2/+2
* Remove a couple of __P() stragglers.peter2002-06-292-5/+5
* Add another Intel chipset (i82562).silby2002-06-291-0/+1
* catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-291-2/+2
* catch up with ext_free prototype change.alfred2002-06-293-6/+6
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* At long last, commit the zero copy sockets code.ken2002-06-264-5230/+6591
* Add missing splx().mp2002-06-241-1/+3
* Work around what appears to be a chip bug in the BCM5701 that showsjdp2002-06-242-2/+37
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2411-95/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
OpenPOWER on IntegriCloud