Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-17 | Make dc match with higher priorit over de for 21142/3 chips | Nathan Binkert | |
Also match on 21140 | |||
2002-02-16 | Sync | Kenneth R Westerback | |
2002-02-16 | Tekram DC-3x5U (TRM-S1040 based SCSI cards). | Kenneth R Westerback | |
2002-02-16 | Disable udma5 on the HPT370 for now. The silent data corruption disappears | Chris Cappuccio | |
at udma4. | |||
2002-02-16 | eisa support for ahc. (left out) | Steve Murphree | |
2002-02-16 | This file was missed. | Steve Murphree | |
2002-02-16 | change to reflect the removal of sequencer.h | Steve Murphree | |
2002-02-16 | New port of FreeBSD's ahc driver | Steve Murphree | |
2002-02-16 | Cope with the new pid allocation semantic from nordin@ | Thierry Deval | |
ok nordin@, deraadt@ | |||
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin | |
2002-02-15 | Much simpler timeout calculation. | Artur Grabowski | |
2002-02-14 | bktr is a radio attachment, me forgot, tm@oganer.net reminded | Michael Shalayeff | |
2002-02-12 | accept sample rates <= highrate. | Federico G. Schwindt | |
2002-02-12 | only compile pckbc_isa if pckbc was configured on isa | Michael Shalayeff | |
2002-02-10 | Match the VT8366_ISA (chip VT8233) south bridge as ATA100 | Chris Cappuccio | |
2002-02-08 | regen | Michael Shalayeff | |
2002-02-08 | a couple more hp prods | Michael Shalayeff | |
2002-02-08 | Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@) | Chris Cappuccio | |
-Remove m_devget on non-STRICT_ALIGNMENT architectures, supposedly a 50-70% performance increase for peak packet forwarding on the Soekris 486/133 on fbsd -Fix a bug in the driver -- under load, the receive unit could become idle and the driver would not detect the event, requiring userland to cycle the interface to bring it up again. The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and add a command in sis_intr() to restart the receiver when this happens. -While at it, make the test of status bits more efficient -Slightly simplify the code to initialize the ring buffers -Add VLAN support (Accept Long Packets) | |||
2002-02-07 | fix copyright; chris@ | Jason Wright | |
2002-02-07 | Do a more complete initialization if the prom didn't do it for us. | Jason Wright | |
2002-02-07 | import some register defns from sparc | Jason Wright | |
fully initialize and unblank framebuffer for non-console use bus_space_vaddr() | |||
2002-02-07 | use bus_space_vaddr | Jason Wright | |
2002-02-06 | pretty | Jason Wright | |
2002-02-06 | non console framebuffers, reset and initialize them correctly | Jason Wright | |
2002-02-06 | correct monitor port matching. | Federico G. Schwindt | |
2002-02-05 | Allow mmap as a dumb framebuffer (from offset 0). | Jason Wright | |
2002-02-05 | Allow mapping as a dumb framebuffer (from offset 0)... This allows us to | Jason Wright | |
get as far here as with vgafb. | |||
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright | |
From NetBSD: change bus_space_mmap() prototype to standard one | |||
2002-02-05 | restore CN_REMOTE priority, as it always was there. | Michael Shalayeff | |
anyway, only i386 uses that path and only if forced anyway. also do not do comprobe1() on hppa since that hoses the port. | |||
2002-02-04 | if we have a monitor port, don't get it, set it. | Federico G. Schwindt | |
2002-02-01 | clean the hppa leftover, from netbsd | Michael Shalayeff | |
2002-02-01 | duplicate include | Artur Grabowski | |
Noted by Jacob Meuser <jakemsr@jakemsr.com> | |||
2002-01-31 | scsi_done() is unsafe, rearrange locking to compensate | Michael Shalayeff | |
2002-01-31 | Whoops! Add back matching of 7951; Matthias Bauer ↵ | Jason Wright | |
<bauerm@immd1.informatik.uni-erlangen.de> | |||
2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> | Jason Wright | |
2002-01-31 | zero out csum when re-using mbuf (cures 50% packet loss under load) | Jim Rees | |
angelos@ ok | |||
2002-01-31 | drop the low drop bits number to 10 drop | Michael Shalayeff | |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-30 | TI 1410 PCI-CardBus support. | Federico G. Schwindt | |
2002-01-28 | match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com> | Michael Shalayeff | |
2002-01-28 | Try to share a common src/dst map where possible, and cope with that | Jason Wright | |
eventuality later in the code. | |||
2002-01-28 | First round of post-bus_dma cleanups: | Jason Wright | |
- remove the packl/packp arrays and rework handling appropriately - destination map may or may not exist, cope. - remove a redundant bus_dmamap_sync() in _process (real sync is in _feed) - remove long deprecated q_{src,dst}pkt stuff from queue structure | |||
2002-01-28 | Quick (and a little dirty) conversion to bus_dma(9). | Jason Wright | |
2002-01-28 | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | Jason Wright | |
copies). This makes the Blade100 gem stable for me. | |||
2002-01-27 | bt no more | Michael Shalayeff | |
2002-01-25 | tell wsdisplay if we are a console | Michael Shalayeff | |
2002-01-25 | CONADDR is defined elsewhere for hppa | Michael Shalayeff | |
2002-01-25 | In encap, sync mbuf before writing descriptors | Jason Wright | |
2002-01-25 | Disestablish *powerhook* on detach. jason@ ok | Thomas Nordin | |