summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Make some cleanups related to miibus.wpaul1999-08-271-47/+21
* Convert the ThunderLAN driver to miibus. This took me a while because Iwpaul1999-08-272-878/+115
* Properly re-enable the transmitter in the TX error handler.wpaul1999-08-261-5/+3
* Change PN_RXLEN from 1518 bytes to 1536 bytes. The chip always DMAs datawpaul1999-08-242-6/+6
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-242-5/+5
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-231-6/+33
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-236-69/+20
* Slightly sanitize the isa/eisa bridge detection. The pci->eisa bridgepeter1999-08-221-13/+9
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-216-6/+14
* Add missing include.billf1999-08-211-0/+1
* Remove MII/PHY related junk from here. It's not needed anymore.wpaul1999-08-211-106/+1
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-212-0/+2284
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-217-32/+39
* Fix power management register definitions.wpaul1999-08-211-5/+5
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-191-11/+2
* Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.wpaul1999-08-191-3/+3
* 1) rename dev->self to be consistentn_hibma1999-08-182-76/+107
* Differentiate between aic7895C chips and their earlier brethrengibbs1999-08-161-2/+6
* Set some correct return values. Prefer I/O map all the time unless configuredmjacob1999-08-161-13/+20
* Fix a long standing bug in the auto-termination control settings forgibbs1999-08-161-8/+9
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-167-13/+15
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onwpaul1999-08-141-3/+3
* Small tweak: remember to free the tx ring data (which is malloc()ed) ifwpaul1999-08-101-2/+3
* Convert the Winbond driver to newbus and have it compiled as a module.wpaul1999-08-102-83/+146
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-102-103/+182
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-101-1/+5
* chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0mdodd1999-08-091-1/+2
* A little more tidying up.peter1999-08-092-63/+22
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-092-237/+122
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-092-74/+1
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-092-115/+12
* Unifdef -U__NetBSD__peter1999-08-092-258/+1
* Unifdef -U__bsdi__peter1999-08-092-305/+4
* s/Id/FreeBSD/peter1999-08-093-3/+6
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-092-32/+9
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.peter1999-08-091-15/+102
* s/TULUP/TULIP/ - from vendor branch.peter1999-08-081-3/+3
* Minor tweak for last commit: insert extra delay between issuing masterwpaul1999-08-021-2/+4
* Perform an RX reset and TX reset in xl_reset() along with the masterwpaul1999-08-021-6/+23
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-295-45/+21
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-282-30/+34
* Convert the PNIC driver to newbus.wpaul1999-07-282-167/+223
* Roar! Finish what I started last night: somehow only the header file changewpaul1999-07-271-5/+23
* Case matters.mdodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.mdodd1999-07-271-1/+32
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocatewpaul1999-07-271-1/+2
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-251-19/+2
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andwpaul1999-07-252-4/+13
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-0/+3008
* Convert the ASIX and Macronix drivers to newbus.wpaul1999-07-244-341/+384
OpenPOWER on IntegriCloud