summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* PC98 systems don't need to worry about the MCA bus.mdodd2003-03-242-18/+0
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-182-2/+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/sio/sio.c revisions 1.387 and 1.388.nyan2003-03-091-2/+11
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-6/+6
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-034-53/+33
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-022-8/+8
* 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-251-2/+2
* Fix compile error with FB_INSTALL_CDEV option.nyan2003-02-231-8/+14
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-10/+16
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* 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-112-220/+2
* 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-052-830/+0
* Typo in last commitphk2003-02-052-2/+2
* MFi386: write the correct weekday back to the RTC.phk2003-02-052-2/+2
* Split the global timezone structure into two integer fields tophk2003-02-032-6/+6
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-032-4/+30
* MFi386: revision 1.192.nyan2003-01-302-8/+10
* Make tsc_freq a 64bit on PC98 also.phk2003-01-292-4/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Merged from sys/isa/syscons_isa.c revision 1.21.nyan2003-01-151-8/+19
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-121-0/+3
* Merged from sys/isa/fd.c revision 1.243.nyan2003-01-031-6/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Merged from sys/isa/fd.c revision 1.242.nyan2002-11-171-2/+2
* Merged from sys/isa/syscons_isa.c revision 1.20.nyan2002-10-221-0/+2
* MFi386: revisions 1.189 and 1.190.nyan2002-10-222-24/+20
* Merged from sys/isa/syscons_isa.c revision 1.19.nyan2002-10-171-0/+4
* Merged from sys/dev/sio/sio.c revision 1.382.nyan2002-10-141-1/+1
* Fixed a warning if COM_MULTIPORT option is not defined.nyan2002-10-101-1/+1
* Merged from sys/isa/fd.c revisions 1.224 and 1.241.nyan2002-10-071-3/+11
* Merge the last couple of my changes to fd.c into the pc98 version.phk2002-10-051-51/+20
* Added some buggy PC-98 PnP cards support.nyan2002-09-291-4/+19
* Merged from sys/isa/fd.c revision 1.238.nyan2002-09-291-4/+4
* Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381.nyan2002-09-291-9/+8
* Move the com_emr register definition to sioreg.h.nyan2002-09-241-4/+0
* Merged from sys/dev/sio/sio.c revision 1.379.nyan2002-09-241-1/+0
* Remove #ifdef/#endif 3 years after the stuff they protected was removed.phk2002-09-212-4/+0
* #include <sys/disk.h> to get disk_err() prototype.phk2002-09-201-0/+1
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-2/+2
* Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236.nyan2002-09-161-9/+5
OpenPOWER on IntegriCloud