summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/dev/sio/sio.c revision 1.418.nyan2004-01-211-1/+3
* Add detach method.nyan2003-12-281-0/+1
* Merged from sys/dev/sio/sio.c revision 1.417.bde2003-12-261-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416.bde2003-11-171-10/+13
* MFi386: revision 1.206nyan2003-11-042-332/+26
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-041-0/+78
* Merged from sys/isa/syscons_isa.c revision 1.24.nyan2003-10-311-0/+4
* Eliminate use bio_blkno.phk2003-10-181-20/+9
* Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414.nyan2003-10-051-154/+137
* MFi386: revision 1.205nyan2003-10-052-2/+292
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-16/+21
* Typo in last commit: missing ')'phk2003-09-261-1/+1
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-261-1/+1
* Merged from sys/isa/fd.c revisions 1.259 and 1.260.nyan2003-09-181-15/+17
* Merged from sys/isa/fd.c revision 1.258.nyan2003-09-131-6/+6
* MFi386: revision 1.204.nyan2003-09-112-4/+36
* Merged from sys/isa/fd.c revisions 1.252, 1.253, 1.254, 1.255 and 1.257.nyan2003-09-111-8/+36
* Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.nyan2003-08-281-34/+15
* MFi386: revisions 1.202 and 1.203.nyan2003-08-232-278/+6
* bandaide to make this build againimp2003-08-162-4/+12
* MFi386: revision 1.201.nyan2003-08-082-0/+2
* Merged from sys/dev/sio/sio.c revision 1.400.nyan2003-08-021-3/+6
* Merged from sys/dev/ppc/ppc.c revision 1.42.nyan2003-08-021-44/+37
* Supported the gdc_clear function.nyan2003-07-211-3/+57
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-024-13/+6
* Replace evil abuse of geteblk() with malloc(9).phk2003-06-161-6/+5
* MFi386: revision 1.199nyan2003-06-012-2/+2
* Merged from sys/isa/ppc.c revision 1.40.nyan2003-06-011-7/+0
* Merged from sys/isa/fd.c revision 1.250.nyan2003-06-011-2/+0
* Merged from sys/dev/sio/sio.c revision 1.399.nyan2003-06-011-2/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-294-4/+4
* 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
OpenPOWER on IntegriCloud