Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-29 | Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and | Aaron Campbell | |
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually. | |||
2001-03-29 | regen | Aaron Campbell | |
2001-03-29 | Recognize Netgear FA410TXC Fast Ethernet adapter. | Aaron Campbell | |
2001-03-29 | Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible Ethernet | Aaron Campbell | |
chips; from NetBSD, with some required modifications by me. | |||
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 | Move code to set sc_frequency out of #ifdef notyet since we now need it. | Todd C. Miller | |
From deraadt@ | |||
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 | ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD. | 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-27 | regen | Peter Galbavy | |
2001-03-27 | Add an old 'ne' compatible card from Greycell and the matching data | Peter Galbavy | |
to if_ne_pcmcia.c. OK mickey@ | |||
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | just found another one | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | a few more if_wi-compatible devices | Michael Shalayeff | |
2001-03-27 | a few typos in comments, and uhm, size mismatches | Michael Shalayeff | |
2001-03-26 | fix scsi_done calling, locking, quartz_done | 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 | Missing irqack, cleanup DMA error handling | Constantine Sapuntzakis | |
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 | Repair timeouts. kern/1743, but with simpler fix | Artur Grabowski | |
2001-03-25 | Fix potential dangling mbuf and potential double free. Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(). Thanks to dawson and team for finding this one | 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 | Missing splx(). Thanks to Dawson and team for finding this | Constantine Sapuntzakis | |
2001-03-25 | Missing splx | Constantine Sapuntzakis | |
2001-03-25 | don't count the input packets twice. | Federico G. Schwindt | |
2001-03-25 | Missing splx(). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | lower spl on error exit. Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Avoid dereferencing a null pointer | Constantine Sapuntzakis | |