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 | adw(4) works on amd64, enable; ok deraadt marco | Peter Valchev | |
2004-12-30 | add acphy and bmtphy for some aue devices | David Gwynne | |
ok deraadt@ | |||
2004-12-30 | Enable udav now it works on alpha. ok dlg@ | Jonathan Gray | |
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-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
2004-12-29 | Add commented entries for David Young's Realtek 8180 driver (rtw). | Jonathan Gray | |
2004-12-28 | add sqphy | Brad Smith | |
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-27 | unused | Martin Reindl | |
ok miod@ | |||
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn | |
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 | do not waste time having ises on | Theo de Raadt | |
2004-12-26 | enable ami. ok beck@ | Marco Peereboom | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt | |
MI code. this has led to the i386 "laptop" floppy having a lot of extra space. heck, let's add minimum usb support! umass, ukbd, aue, url, and wi at usb should now work here. | |||
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat | |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat | |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev | |
without copying which is against C conventions and broke GENERIC.MP with a gcc3 optimization From niklas, tested by many | |||
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt | |||
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell | |
-#if NPCIBIOS > 0 +#if (NPCIBIOS > 0) || (NIOAPIC > 0) | |||
2004-12-23 | Use a shorter, more realistic initial memory storage for extio. | Miod Vallat | |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat | |
and if so, resume to regular phase change processing (due to the way this SCSI controller works, it is not possible to rely upon DMA completion interrupts). While there, bring back openings to 2 in all cases, and move timeout_del() to spc_done(). Tested by deraadt@, millert@ and I. | |||
2004-12-22 | Bring more fixes from NetBSD: | Miod Vallat | |
- more delay in loops (1.36) - on manual xfer via TEMP register, set PCTL_BFINT_ENAB and check bus free by INTS register (1.35) | |||
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat | |
transferred correctly. | |||
2004-12-22 | proper DDB_DEBUG | Michael Shalayeff | |
2004-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev | |
2004-12-19 | single comment in GENERIC replaces a file that gets out of date; discussed ↵ | Theo de Raadt | |
by many | |||
2004-12-19 | Add ahd. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt | |
2004-12-18 | Print error codes in panic message. | Brad Smith | |
From NetBSD ok miod@ | |||
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray | |
Tested by serveral people. ok millert@, mickey@ | |||
2004-12-16 | Fix logic botch in dmacomputeipl() introduced in rev 1.14. | Miod Vallat | |
2004-12-15 | sync with NetBSD but replace hand crafted crc logic with ether_crc32_le() | Martin Reindl | |
ok miod@ | |||
2004-12-14 | fix a comment. | Hans-Joerg Hoexer | |
ok deraatd tdeval | |||
2004-12-14 | sync with NetBSD, ok miod@ | Martin Reindl | |
2004-12-14 | typos; ok pefo@ | Alexander Yurchenko | |
2004-12-13 | Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@ | Todd C. Miller | |
2004-12-13 | Store the local ethernet address in struct arpcom and suddenly mc(4) starts | Claudio Jeker | |
working. OK miod@ | |||
2004-12-13 | Dead meat. | Miod Vallat | |
2004-12-13 | Remove duplicate declarations already in <sys/conf.h>, as well as duplicate | Miod Vallat | |
pts/ptc declaration on majors 20 and 21. No functional change. | |||
2004-12-13 | Use PAGE_SIZE instead of hardcoded 4096 value. | Alexander Yurchenko | |
ok miod@ pefo@ | |||
2004-12-10 | pseudo-DMA for non-AV Quadras, inspired by NetBSD | Martin Reindl | |
with lots of help from miod@ additional testing by nick@ and otto@ ok miod@ |