Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unifdef INET | 2014-12-22 | 1 | -3/+1 | |
| | |||||
* | use the correct capitalization for Realtek. | 2014-11-24 | 1 | -2/+2 | |
| | |||||
* | use nitems(); no binary change for drivers that are compiled on amd64. | 2011-04-03 | 1 | -2/+2 | |
| | | | | ok claudio@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | remove some NetBSD code. | 2006-10-20 | 1 | -8/+1 | |
| | |||||
* | ansi | 2006-10-20 | 1 | -9/+4 | |
| | |||||
* | shorten ne(4) dmesg entries from 2-3 lines to 1. | 2005-10-22 | 1 | -2/+2 | |
| | | | | Thanks to Han Boetes for testing on an isapnp card. | ||||
* | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | 2005-09-11 | 1 | -19/+5 | |
| | |||||
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok | 2005-08-09 | 1 | -8/+1 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -9/+9 | |
| | |||||
* | Change pci_intr_map to take pci_attach_args as an argument. | 2001-08-25 | 1 | -3/+2 | |
| | | | | | | | | | | | All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | ||||
* | Make pci_mapreg_map take an extra argument where we can | 2001-06-12 | 1 | -2/+2 | |
| | | | | | | | put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | ||||
* | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | 2001-03-12 | 1 | -17/+9 | |
| | | | | | The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok | ||||
* | fix dmesg output | 2000-04-03 | 1 | -2/+2 | |
| | |||||
* | ne2000_attach() later; this terse commit message being blown towards | 1999-09-01 | 1 | -13/+10 | |
| | | | | our buddy Bill Fumerola | ||||
* | reduce size | 1999-08-15 | 1 | -21/+19 | |
| | |||||
* | kill unnecessary printf before a panic | 1999-01-11 | 1 | -5/+3 | |
| | |||||
* | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | 1998-11-06 | 1 | -29/+93 | |
| | |||||
* | fix pci_io_find(), some dmesg output | 1998-09-23 | 1 | -33/+24 | |
| | |||||
* | New ne2k pci driver. | 1998-09-22 | 1 | -0/+244 | |