Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-30 | Kill the EIOMAPSIZE and instead, dynamically size the external I/O map, | Miod Vallat | |
based on the DIO-II space probing results. This does not win much for now, but this will be very useful for SGC bus support (coming soon). | |||
2004-12-30 | Rework pmap_bootstrap() computations of I/O maps. Makes the MD part of | Miod Vallat | |
this much simpler. Also, make sure an userland process can fill its UPT as expected. No functional change. | |||
2004-12-30 | Let yds_init() return a meaningful value. | Miod Vallat | |
ok deraadt@ | |||
2004-12-30 | adw(4) works on amd64, enable; ok deraadt marco | Peter Valchev | |
2004-12-30 | Current ahd timeout code does nothing. Add fbsd style timeout | Kenneth R Westerback | |
handling which will at least try to recover. ok marco@. | |||
2004-12-30 | Clean up some code to eliminate snprintf() return value abuse noted by | Kenneth R Westerback | |
Theo. ok marco@. | |||
2004-12-30 | add acphy and bmtphy for some aue devices | David Gwynne | |
ok deraadt@ | |||
2004-12-30 | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem ↵ | Niklas Hallqvist | |
scenarios, instead generating an ENOMEM backfeed, ok tedu@, prodded by many | |||
2004-12-30 | Enable udav now it works on alpha. ok dlg@ | Jonathan Gray | |
2004-12-30 | fix for some archs that don't like unaligned accesses, eg sparc64 and alpha | David Gwynne | |
ok jsg@ | |||
2004-12-30 | Correct copyright as per David Young's recent change in NetBSD. | Jonathan Gray | |
2004-12-30 | Add license and CVS tags. | Jonathan Gray | |
2004-12-30 | Don't zero error value, return it. | Kenneth R Westerback | |
ok brad@. | |||
2004-12-30 | add ehci and enable atu in GENERIC. get rid of the flags on usb since they | David Gwynne | |
are no longer needed for attachement of devices before root is mounted. ok deraadt@ | |||
2004-12-30 | get rid of ieee80211 debug output | David Gwynne | |
2004-12-30 | handle rtt < 0; markus ok | Theo de Raadt | |
2004-12-29 | fix indent | Markus Friedl | |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
2004-12-29 | indentation repair; marco ok | Theo de Raadt | |
2004-12-29 | from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3 | David Gwynne | |
log message: Attempt to follow the correct procedure for synchronising with the system BIOS to disable legacy device emulation as per the "EHCI Extended Capability: Pre-OS to OS Handoff Synchronisation" section of the EHCI spec. BIOSes that implement legacy emulation using SMIs are supposed to disable the emulation when this procedure is performed. tested on various archs by jsg@ and me ok pascoe@, looks sane jsg@ | |||
2004-12-29 | another Marvell PHY | Brad Smith | |
2004-12-29 | Add commented entries for David Young's Realtek 8180 driver (rtw). | Jonathan Gray | |
2004-12-29 | regen | Brad Smith | |
2004-12-29 | another Marvell Gig PHY, noticed on a macppc system. | Brad Smith | |
2004-12-29 | Driver for Realtek 802.11 devices from NetBSD. | Jonathan Gray | |
Not yet working. | |||
2004-12-28 | Sync with recent NetBSD ieee80211_compute_duration() changes. | Jonathan Gray | |
2004-12-28 | add sqphy | Brad Smith | |
2004-12-28 | when panicing from timeout_add being < 0, print the value; ok miod | Theo de Raadt | |
2004-12-28 | clean dirty accident by miod | Theo de Raadt | |
2004-12-28 | indent properly | Theo de Raadt | |
2004-12-28 | Since we don't enable interrupts until autoconf is over, we don't need | Miod Vallat | |
to skip the first few clock interrupts, as done on luna68k. | |||
2004-12-28 | fix new line in dmesg print on 8k cpus | Michael Shalayeff | |
2004-12-28 | correct snprintf return val mishandling; ok krw marco | Theo de Raadt | |
2004-12-28 | Don't allow an infinite number of SCSI bus resets per i/o. | Kenneth R Westerback | |
ok marco@. | |||
2004-12-27 | Fix tag handling for non-U320/packetized devices. Allow tags for these | Kenneth R Westerback | |
devices. Tidy up man page, remove lies and cruft. ok marco@. | |||
2004-12-27 | unused | Martin Reindl | |
ok miod@ | |||
2004-12-27 | Gremlin crept in; found by drahn@ | Miod Vallat | |
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn | |
2004-12-27 | remove useless debugging leftover | Peter Valchev | |
2004-12-26 | boundry -> boundary | Brad Smith | |
2004-12-26 | strored -> stored | Miod Vallat | |
2004-12-26 | _C_LABEL(foo) -> foo when in comments. | Miod Vallat | |
2004-12-26 | Typo | Miod Vallat | |
2004-12-26 | Typos | Miod Vallat | |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat | |
2004-12-26 | If writedisklabel() is invoked on a DPME-labeled disk, read back the DPME | Miod Vallat | |
partition table - it might have been modified behind our back. From NetBSD. | |||
2004-12-26 | _HP300_INTR_H_PRIVATE is long dead. | Miod Vallat | |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no change in compiler assembly output. | |||
2004-12-26 | Bounce the mbuf to the BPF listener before committing it to the wire | Peter Valchev | |
in the TX case, fixes rare problems associated with accessing already free'd memory if the encap routine bails out (panic in PROMISC mode). ok deraadt | |||
2004-12-26 | htole32 and friends to get this working on big endian (macppc) | Peter Valchev | |