summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2001-03-28syncChris Cappuccio
2001-03-28Triones is now HighPointChris Cappuccio
2001-03-28lavaport 650Theo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28correct labelTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28more lavaTheo de Raadt
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs.
2001-03-28new SIIG 8-port; apriori@world.std.comTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28newTheo de Raadt
2001-03-28sigh, forgot another ifdef; use bus_space_xx for cross plataform support.Federico G. Schwindt
2001-03-28Use vaddr_t instead of vm_offset_t.Federico G. Schwindt
2001-03-28uncomment and use code to determine whether we interrupted or notJason Wright
correct comment typo
2001-03-28remove old files.Federico G. Schwindt
2001-03-28New set of files for bktr(4).Federico G. Schwindt
2001-03-28Latest bktr driver from FreeBSD; thanks to Andres GunnarssonFederico G. Schwindt
<andreas@crt.se> for testing.
2001-03-27avoid a mapreg type mismatch warning when mapping card's io spaceMichael Shalayeff
2001-03-26Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370Chris Cappuccio
2001-03-26syncTheo de Raadt
2001-03-26cyclom updateTheo de Raadt
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA ↵Constantine Sapuntzakis
functions to return status flags. Note: Changing code to have DMA interface indicate when I/O is done (a la NetBSD) was considered. It was rejected due to questionable backward compatability with ISA DMA and MAC obio DMA Added irqack from NetBSD (though this feature should really be in the PCI interrupt handlers) Use pool
2001-03-25Fix potential dangling mbuf and potential double free. Thanks to Dawson and teamConstantine Sapuntzakis
2001-03-25Missing splx(s). Thanks to Dawson and teamConstantine Sapuntzakis
2001-03-25Missing splx(s). Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Missing splx(s). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Nortel Baystack 21 support.Federico G. Schwindt
2001-03-24regen.Federico G. Schwindt
2001-03-24Nortel Networks BS21 10/100 and 3com 3c359.Federico G. Schwindt
2001-03-22Longstanding multicast bug causing eternal looping, unveiled by a recent commitNiklas Hallqvist
2001-03-22Reformat comment.Angelos D. Keromytis
2001-03-19Placeholder for a tga_scrollback function, although this will probablyAaron Campbell
never exist (at some point we'll want a more device-independent way to do scrollback, possibly even with the already-existing msgbuf facilities?)
2001-03-18Cosmetic.Aaron Campbell
2001-03-18New TGA driver for alpha. Takes advantage of rasops code.Nathan Binkert
This now gives a working console on alpha when using TGA. Code from NetBSD.
2001-03-16Pull in NetBSD Promise Ultra/100 supportChris Cappuccio
(Now we actually program Ultra/100 modes instead of Ultra/66 modes on the Ultra/100 controller) This also fixes interrupt handling on the PDC20265/7 controller. I suspect this new interrupt routine for the PDC20255/7 controller should also be used on the PDC20262.
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-03-14syncTheo de Raadt
2001-03-14more lavaTheo de Raadt
2001-03-14Follow openbsd model for multicast ioctl handlingJason Wright
2001-03-14Disable PME mode in sis_reset() to fix a problem with the DP83815 chip onAaron Campbell
some motherboards; from FreeBSD.
2001-03-14match formats in read_codec w/ write_codecMichael Shalayeff
2001-03-14count interrupts proper; pointed out and tested by form@Michael Shalayeff
2001-03-14syncTheo de Raadt
2001-03-14new puc devicesTheo de Raadt
2001-03-13correct dmesg, save spaceTheo de Raadt
2001-03-12syncTheo de Raadt
2001-03-12insert maestro namesTheo de Raadt
2001-03-12syncAaron Campbell
2001-03-12Nvidia GeForce2 UltraAaron Campbell
2001-03-12syncAaron Campbell