summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this.
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-05match 5822Jason Wright
2002-10-04Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com>Jason Wright
2002-10-04formatting, grammar, spaces; from grendel@zeitbombe.orgMichael Shalayeff
2002-10-04free resources on failures in attach, kill some spaces; from ↵Michael Shalayeff
grendel@zeitbombe.org
2002-10-04do 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-04as i said, only check the class; add a comment on signature checkingMichael Shalayeff
2002-10-04regenMichael Shalayeff
2002-10-04some intel ids; from Riccardo.Sibilia@ascom.chMichael Shalayeff
2002-10-04DWL-520+Michael Shalayeff
2002-10-04regenHenning Brauer
2002-10-04Intel 21145Henning Brauer
2002-10-04Limit the TX key to a valid range; imp@Todd C. Miller
2002-10-04simplify format setupJason Wright
2002-10-04More OpenBSDism's (vs FreeBSDisms).Jason Wright
2002-10-03Fix check for I2O based AMI cards (we don't want to match them here); meJason Wright
also match the signature of the PERC 2/Sc cards; deraadt
2002-10-03syncJason Wright
2002-10-03bcm5702/bcm5703Jason Wright
2002-10-03Use our defn of pci command registers, not freebsd'sJason Wright
2002-09-30syncTheo de Raadt
2002-09-30oopsTheo de Raadt
2002-09-30syncTheo de Raadt
2002-09-30pcidevs.hTheo de Raadt
2002-09-30O2 Micro not 2 Micro; noted by henningTheo de Raadt
2002-09-29Plug memory leak; nyar-junk@int0rnet.netJason Wright
2002-09-28- disable if_timer handling (there's a bug which causes this not to getJason 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-27new Netgear adapterNathan Binkert
2002-09-27syncNathan Binkert
2002-09-26time-bind the codec r/w loops, still does not solve problems on transmeta; ↵Michael Shalayeff
tested by jason@ on sparc64; deraadt@ ok
2002-09-25better text for clause 3. pointed out by miod@.Federico G. Schwindt
2002-09-25#if NVLAN > 0 around vlan portions of codeNathan Binkert
2002-09-24syncNathan Binkert
2002-09-24typoNathan Binkert
2002-09-24Driver 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-24Don't use constants for the output parameter, use the iparam count as a ↵Jason Wright
pointer to the first result location.
2002-09-24sync with the update in namesNathan Binkert
2002-09-24syncNathan Binkert
2002-09-24Add a few intel gigabit device models and update names so they're more correctNathan Binkert
ok deraadt
2002-09-23Fix the extra cursor image remaining in the upper left corner of theMiod Vallat
screen after it has been cleared. ok fgs@ deraadt@
2002-09-23syncTheo de Raadt
2002-09-23another amd usb; henric@attbi.comTheo de Raadt
2002-09-23Don't print extra junk to the consoleNathan Binkert
2002-09-23make 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-22use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.Nathan Binkert
recommended by jason
2002-09-22Update ifp->if_opackets correctlyJason Wright
2002-09-21Add 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-21cleanup, remove registerNathan Binkert
2002-09-19remember: bits is bits and bytes is bytes... use -byte- count for bcopy notJason 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-18Write the operand registers with the correct endian (fortunately it just meansJason Wright
writing to a different window to swizzle the bytes)