Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-04 | Ansify. Fix botch that kept ISP 1020 firmware from being compiled in. | mjacob | |
Handles are 16 bits now. | |||
2001-04-04 | Disable ATAPI DMA on Promise controllers and some ALi controllers. | Constantine Sapuntzakis | |
Change Bus Master DMA Stop to not trust what we read from the device. | |||
2001-04-04 | Minor cleanup to minimize diffs with NetBSD | Constantine Sapuntzakis | |
2001-03-29 | An INIC-940 based card supplied by Initio proves that the iha driver | Kenneth R Westerback | |
does support both INIC-940 and INIC-950 chips. So allow iha to recognize and claim INIC-940 based cards, and change documentation to reflect new support. Thanks to Initio for providing the card to test. | |||
2001-03-29 | sync | Theo de Raadt | |
2001-03-29 | shrink more | Theo de Raadt | |
2001-03-29 | From FreeBSD: | Jason Wright | |
- Call mii_pollstat() after we bring up the link on a 1000baseTX card after autoneg so we make sure to set the link state and duplex mode correctly. - Make sure to set the 'ignore pause frames' bit on the XMAC. - Small linewrap fix. - Add actual URL for XMAC II datasheet in comments. | |||
2001-03-29 | Add support for Yamaha DS-XG based audio chips, as found in machines such as | Aaron Campbell | |
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto. This is a slightly updated version of the driver that was previously tested by jcs@rt.fm and niklas@. XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver from sys/dev/isa to sys/dev/ic. | |||
2001-03-28 | sync | Chris Cappuccio | |
2001-03-28 | Triones is now HighPoint | Chris Cappuccio | |
2001-03-28 | lavaport 650 | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | correct label | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | more lava | Theo de Raadt | |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos 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-28 | new SIIG 8-port; apriori@world.std.com | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | new | Theo de Raadt | |
2001-03-28 | sigh, forgot another ifdef; use bus_space_xx for cross plataform support. | Federico G. Schwindt | |
2001-03-28 | Use vaddr_t instead of vm_offset_t. | Federico G. Schwindt | |
2001-03-28 | uncomment and use code to determine whether we interrupted or not | Jason Wright | |
correct comment typo | |||
2001-03-28 | remove old files. | Federico G. Schwindt | |
2001-03-28 | New set of files for bktr(4). | Federico G. Schwindt | |
2001-03-28 | Latest bktr driver from FreeBSD; thanks to Andres Gunnarsson | Federico G. Schwindt | |
<andreas@crt.se> for testing. | |||
2001-03-27 | avoid a mapreg type mismatch warning when mapping card's io space | Michael Shalayeff | |
2001-03-26 | Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370 | Chris Cappuccio | |
2001-03-26 | sync | Theo de Raadt | |
2001-03-26 | cyclom update | Theo de Raadt | |
2001-03-25 | Minor 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-25 | Fix potential dangling mbuf and potential double free. Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Nortel Baystack 21 support. | Federico G. Schwindt | |
2001-03-24 | regen. | Federico G. Schwindt | |
2001-03-24 | Nortel Networks BS21 10/100 and 3com 3c359. | Federico G. Schwindt | |
2001-03-22 | Longstanding multicast bug causing eternal looping, unveiled by a recent commit | Niklas Hallqvist | |
2001-03-22 | Reformat comment. | Angelos D. Keromytis | |
2001-03-19 | Placeholder for a tga_scrollback function, although this will probably | Aaron 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-18 | Cosmetic. | Aaron Campbell | |
2001-03-18 | New 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-16 | Pull in NetBSD Promise Ultra/100 support | Chris 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-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt | |
2001-03-14 | sync | Theo de Raadt | |
2001-03-14 | more lava | Theo de Raadt | |
2001-03-14 | Follow openbsd model for multicast ioctl handling | Jason Wright | |
2001-03-14 | Disable PME mode in sis_reset() to fix a problem with the DP83815 chip on | Aaron Campbell | |
some motherboards; from FreeBSD. | |||
2001-03-14 | match formats in read_codec w/ write_codec | Michael Shalayeff | |
2001-03-14 | count interrupts proper; pointed out and tested by form@ | Michael Shalayeff | |