summaryrefslogtreecommitdiffstats
path: root/sys/pc98/pc98
Commit message (Expand)AuthorAgeFilesLines
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-253-22/+23
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-683/+0
* PC98 systems don't need to worry about the MCA bus.mdodd2003-03-241-9/+0
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Fix malloc() without legal mode flag.phk2003-03-171-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Merged from sys/dev/syscons/syscons.c revision 1.396.nyan2003-03-091-0/+4
* Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388.nyan2003-03-091-2/+11
* Allocate the devstat structure with devstat_new_entry().phk2003-03-082-20/+11
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-18/+1
* Make nokqfilter() return the correct return value.phk2003-03-032-2/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-039-119/+73
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-026-24/+24
* NO_GEOM cleanup:phk2003-02-281-32/+12
* Convert one more d_mmap_t consumer I missed in my previous commit.mux2003-02-251-2/+4
* Cleanup of the d_mmap_t interface.mux2003-02-252-4/+4
* Merged from sys/dev/syscons/syscons.c revision 1.393.nyan2003-02-231-1/+4
* Fix compile error with FB_INSTALL_CDEV option.nyan2003-02-231-8/+14
* MFi386: revision 1.554.nyan2003-02-231-1/+1
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-202-14/+20
* Back out M_* changes, per decision of the TRB.imp2003-02-193-8/+8
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-4/+4
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Switch to use the TSC code i386/i386/tsc.cphk2003-02-111-110/+1
* Merged from sys/dev/sio/sio.c revision 1.383.nyan2003-02-071-0/+2
* Reduce diff to i386/isa/clock.c by unifdef -DPC98phk2003-02-051-415/+0
* Typo in last commitphk2003-02-051-1/+1
* MFi386: write the correct weekday back to the RTC.phk2003-02-051-1/+1
* Oops, fix copyright again.nyan2003-02-045-0/+9
* Fix copyright notification.takawata2003-02-044-4/+4
* Split the global timezone structure into two integer fields tophk2003-02-031-3/+3
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-2/+15
* Add CanBe power management controller support.nyan2003-02-035-0/+788
* NO_GEOM cleanup: don't #include <sys/diskslice.h>phk2003-02-011-1/+0
* MFi386: revision 1.192.nyan2003-01-301-4/+5
* NO_GEOM cleanup: retire to attic.phk2003-01-301-404/+0
* Remove pc98/wfd and pc98/wst drivers, they have been broken to thephk2003-01-303-1500/+0
* Make tsc_freq a 64bit on PC98 also.phk2003-01-291-2/+3
* Remove BDE_DEBUGGER.jake2003-01-281-7/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-8/+8
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anphk2003-01-191-0/+2
* Merged from sys/isa/syscons_isa.c revision 1.21.nyan2003-01-151-8/+19
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-121-0/+3
* MFi386: revision 1.552.nyan2003-01-101-2/+0
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-7/+7
* Merged from sys/isa/fd.c revision 1.243.nyan2003-01-031-6/+0
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
OpenPOWER on IntegriCloud