| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 3 | -3/+9 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 4 | -29/+19 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 1 | -7/+7 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 2 | -25/+25 |
| * | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 1 | -5/+7 |
| * | - Don't overwrite inb, inw and outw. | Yoshihiro Takahashi | 2001-07-04 | 7 | -221/+392 |
| * | Use a module name of 'if_lnc' in both the PCI and ISA sections of | Ian Dowse | 2001-03-18 | 2 | -2/+2 |
| * | There were a few changes missed when this file was converted to | Ian Dowse | 2001-03-02 | 1 | -3/+9 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | Poul-Henning Kamp | 2001-02-03 | 1 | -2/+1 |
| * | Remove unused #include "lnc.h" | Peter Wemm | 2001-01-29 | 1 | -1/+0 |
| * | Make it clear that the macro `inb' is being overridden. | Garrett Wollman | 2001-01-09 | 1 | -0/+1 |
| * | The pci and isa drivers were meant to share the same devclass but | Paul Richards | 2000-12-29 | 4 | -4/+5 |
| * | Set a lower probe return value for PCI cards so that the pcn driver wins. | Paul Richards | 2000-12-29 | 1 | -2/+4 |
| * | Fix a legacy issue. The offset for reading the MAC address is 0 using | Paul Richards | 2000-12-29 | 1 | -1/+2 |
| * | Switch off some debugging code. | Paul Richards | 2000-12-16 | 2 | -3/+1 |
| * | Fixup some problems with the merged code of the previous commit. | Paul Richards | 2000-12-16 | 3 | -5/+4 |
| * | Newbusify. | Paul Richards | 2000-12-16 | 6 | -530/+613 |
| * | fix problem with vmware DAD. reported by many, tested @ IETF49 with | Hajimu UMEMOTO | 2000-12-11 | 1 | -5/+15 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -3/+1 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 2 | -10/+3 |
| * | be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -0/+1 |
| * | MF4: add support for the Am79C973. | Gary Jennejohn | 2000-06-18 | 2 | -0/+2 |
| * | Unused includes: #include "pci.h" and #include "lnc.h" | Peter Wemm | 2000-06-10 | 1 | -3/+0 |
| * | Dynamically allocate softc structures | Brian Somers | 2000-06-09 | 2 | -7/+33 |
| * | Mass update of isa drivers using compatability shims to use | Peter Wemm | 2000-05-28 | 1 | -1/+13 |
| * | Fixed to support PC-98. | Yoshihiro Takahashi | 2000-05-19 | 2 | -2/+5 |
| * | Replace all references to lnc_softc with a typedef. | Paul Richards | 2000-05-16 | 5 | -58/+58 |
| * | Update copyright. | Paul Richards | 2000-05-16 | 1 | -8/+29 |
| * | Re-organise lnc driver in preparation for newbusifying it. | Paul Richards | 2000-05-16 | 5 | -441/+539 |
| * | Unchain lnc include files. | Paul Richards | 2000-05-14 | 2 | -2/+1 |
| * | Fix includes to build from /sys/dev/lnc | Paul Richards | 2000-05-14 | 2 | -2/+2 |
| * | Sync with the BPF and BRIDGE changes. | Paul Richards | 2000-05-14 | 1 | -52/+5 |
| * | Add $FreeBSD$ | Peter Wemm | 2000-05-01 | 1 | -0/+1 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | Ahhrggg. Put the test for the compat shims AFTER the file that includes | Warner Losh | 2000-03-27 | 1 | -4/+4 |
| * | Per conversations in -current, add #error to these drivers when you don't | Warner Losh | 2000-03-27 | 1 | -0/+4 |
| * | Update the copyright. Remove the advertising clause. | Paul Richards | 2000-03-20 | 1 | -5/+2 |
| * | Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some | Peter Wemm | 2000-01-29 | 1 | -3/+0 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 2 | -13/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Set ifp->if_init to the right function. | Matthew N. Dodd | 1999-08-20 | 1 | -3/+6 |
| * | Make these actually compile. I got a little delete happy pruning includes | Matthew N. Dodd | 1999-08-18 | 1 | -2/+5 |
| * | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | Matthew N. Dodd | 1999-08-18 | 1 | -31/+6 |
| * | Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter) | Matthew N. Dodd | 1999-08-10 | 4 | -3/+27 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 2 | -8/+8 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -7/+1 |
| * | Set the bus master bit. | Paul Richards | 1999-05-10 | 1 | -4/+11 |