Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff | |
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this. | |||
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski | |
2002-10-05 | match 5822 | Jason Wright | |
2002-10-04 | Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com> | Jason Wright | |
2002-10-04 | formatting, grammar, spaces; from grendel@zeitbombe.org | Michael Shalayeff | |
2002-10-04 | free resources on failures in attach, kill some spaces; from ↵ | Michael Shalayeff | |
grendel@zeitbombe.org | |||
2002-10-04 | do not read the codec regs, it seems to shutter the sound; from ↵ | Michael Shalayeff | |
grendel@zeitbombe.org, reported and tested by rayl@spamcop.net | |||
2002-10-04 | as i said, only check the class; add a comment on signature checking | Michael Shalayeff | |
2002-10-04 | regen | Michael Shalayeff | |
2002-10-04 | some intel ids; from Riccardo.Sibilia@ascom.ch | Michael Shalayeff | |
2002-10-04 | DWL-520+ | Michael Shalayeff | |
2002-10-04 | regen | Henning Brauer | |
2002-10-04 | Intel 21145 | Henning Brauer | |
2002-10-04 | Limit the TX key to a valid range; imp@ | Todd C. Miller | |
2002-10-04 | simplify format setup | Jason Wright | |
2002-10-04 | More OpenBSDism's (vs FreeBSDisms). | Jason Wright | |
2002-10-03 | Fix check for I2O based AMI cards (we don't want to match them here); me | Jason Wright | |
also match the signature of the PERC 2/Sc cards; deraadt | |||
2002-10-03 | sync | Jason Wright | |
2002-10-03 | bcm5702/bcm5703 | Jason Wright | |
2002-10-03 | Use our defn of pci command registers, not freebsd's | Jason Wright | |
2002-09-30 | sync | Theo de Raadt | |
2002-09-30 | oops | Theo de Raadt | |
2002-09-30 | sync | Theo de Raadt | |
2002-09-30 | pcidevs.h | Theo de Raadt | |
2002-09-30 | O2 Micro not 2 Micro; noted by henning | Theo de Raadt | |
2002-09-29 | Plug memory leak; nyar-junk@int0rnet.net | Jason Wright | |
2002-09-28 | - disable if_timer handling (there's a bug which causes this not to get | Jason Wright | |
reset, causing watchdog timeouts). The interfaces work fine, but the timer doesn't get reset correctly. - make IFF_SIMPLEX only set iff the media is IFM_FDX (prevents ip6 from seeing it's packets and thinking another machine with the same mac is on the wire when running half-duplex); from NetBSD. | |||
2002-09-27 | new Netgear adapter | Nathan Binkert | |
2002-09-27 | sync | Nathan Binkert | |
2002-09-26 | time-bind the codec r/w loops, still does not solve problems on transmeta; ↵ | Michael Shalayeff | |
tested by jason@ on sparc64; deraadt@ ok | |||
2002-09-25 | better text for clause 3. pointed out by miod@. | Federico G. Schwindt | |
2002-09-25 | #if NVLAN > 0 around vlan portions of code | Nathan Binkert | |
2002-09-24 | sync | Nathan Binkert | |
2002-09-24 | typo | Nathan Binkert | |
2002-09-24 | Driver for Intel PRO/1000 gigabit ethernet adapters. | Nathan Binkert | |
This driver should work with all current models of gigabit ethernet adapters. Driver written by Intel Ported from FreeBSD by Henric Jungheim <henric@attbi.com> bus_dma and endian support by me. | |||
2002-09-24 | Don't use constants for the output parameter, use the iparam count as a ↵ | Jason Wright | |
pointer to the first result location. | |||
2002-09-24 | sync with the update in names | Nathan Binkert | |
2002-09-24 | sync | Nathan Binkert | |
2002-09-24 | Add a few intel gigabit device models and update names so they're more correct | Nathan Binkert | |
ok deraadt | |||
2002-09-23 | Fix the extra cursor image remaining in the upper left corner of the | Miod Vallat | |
screen after it has been cleared. ok fgs@ deraadt@ | |||
2002-09-23 | sync | Theo de Raadt | |
2002-09-23 | another amd usb; henric@attbi.com | Theo de Raadt | |
2002-09-23 | Don't print extra junk to the console | Nathan Binkert | |
2002-09-23 | make the leds blink (on those machines where we have 'em). | Michael Shalayeff | |
simple logic is to light up the led in the intrhook and dim in the heartbeat always, makes a believable impression. upper four bits represent a cpu usage w/in the last Hz/8 made up from the cp_time[] times. | |||
2002-09-22 | use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386. | Nathan Binkert | |
recommended by jason | |||
2002-09-22 | Update ifp->if_opackets correctly | Jason Wright | |
2002-09-21 | Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD) | Nathan Binkert | |
Clean up debugging printfs Remove some old debugging code that shouldn't be there. More changes from FreeBSD: - ignore alignment problem on x86 platforms and don't copy. - increase receive list to 128 to match transmit - change a bit in the interrupt handling | |||
2002-09-21 | cleanup, remove register | Nathan Binkert | |
2002-09-19 | remember: bits is bits and bytes is bytes... use -byte- count for bcopy not | Jason Wright | |
bits. Also, the conversion between bits and bytes involves a division by 8 not 2. (The latter pointed out by Francis Cianfrocca <vze32r6m@verizon.net>) | |||
2002-09-18 | Write the operand registers with the correct endian (fortunately it just means | Jason Wright | |
writing to a different window to swizzle the bytes) |