Age | Commit message (Expand) | Author |
2001-09-30 | add cs4231 at sbus/audio at same | Jason Wright |
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski |
2001-09-29 | Use more PMAP_NEW facilities. | Miod Vallat |
2001-09-29 | Remove unused routines, and a few style/harmonization fixes. | Miod Vallat |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat |
2001-09-29 | from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ... | Jason Wright |
2001-09-29 | dec_kn20aa_intr_disestablish() implementation from netbsd; art@ ok | Michael Shalayeff |
2001-09-29 | Enable pckbd support and use symbolic #defines for ctb_term_type | Todd C. Miller |
2001-09-29 | com at ebus | Artur Grabowski |
2001-09-29 | com at ebus | Artur Grabowski |
2001-09-29 | Glue for com at ebus. From NetBSD, hacked to fit our com. | Artur Grabowski |
2001-09-29 | using #define is wrong, use #option | Theo de Raadt |
2001-09-28 | and mention XP1000 in the right place | Theo de Raadt |
2001-09-28 | Hack to work around bootpaths like: | Jason Wright |
2001-09-28 | cold is now staticly initialized. | Miod Vallat |
2001-09-28 | Variable declarations in .h files without extern keywords suck. | Miod Vallat |
2001-09-28 | Typos of the day. | Miod Vallat |
2001-09-28 | More cleaning, some style changes. | Miod Vallat |
2001-09-28 | "sys/foo.h" -> <sys/foo.h> | Miod Vallat |
2001-09-28 | No need duplicating defines. | Miod Vallat |
2001-09-28 | proper values for long double type (from NetBSD) | Jason Wright |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright |
2001-09-28 | Almost half of this file was ifdef DEBUG. Everybody knows that debugging | Artur Grabowski |
2001-09-28 | Don't spam the console with userland alignemnt errors. | Artur Grabowski |
2001-09-28 | upgrade twe to untested, add ami to broken | Michael Shalayeff |
2001-09-28 | zs serial now works on some systems. Does not work with modems | Dale Rahn |
2001-09-28 | Commit a ugly, widespread change. | Dale Rahn |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-27 | Two workarounds for the zs serial driver. | Dale Rahn |
2001-09-27 | psycho_bus_[a|b] are essentially the same function; use a helper to avoid typos | Jason Wright |
2001-09-27 | When zs is fully working, it should be tty00 for macppc. | Dale Rahn |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history (1.2... | Jason Wright |
2001-09-27 | used to corrupt some memory -- no more | Michael Shalayeff |
2001-09-26 | zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc. | Michael Shalayeff |
2001-09-26 | be more specific in psycho_ue case (partially based on NetBSD) | Jason Wright |
2001-09-26 | missed in previous merge with NetBSD: | Jason Wright |
2001-09-26 | grab the "compatible" prom property and use that for searching the device | Jason Wright |
2001-09-26 | A little bit of voodoo borrowed from the linux driver: set the | Jason Wright |
2001-09-26 | Merge with NetBSD: | Jason Wright |
2001-09-26 | change *int64*_t types to long long; ok art/jason | Theo de Raadt |
2001-09-26 | add siop (and scsibus at siop)... This allows us to boot on E250 | Jason Wright |
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski |
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski |
2001-09-24 | fix back the kbd, sorry | Michael Shalayeff |
2001-09-23 | document some registers; copied from comreg.h | Todd C. Miller |
2001-09-23 | For serial console, drop into ddb on <break> if ddb.console is nonzero | Todd C. Miller |
2001-09-23 | Rename kdb_init() to db_machine_init(). | Miod Vallat |