summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Don't use the ptoa() to set the 'realmem' variable. Because F/pc98's policynyan2005-03-042-6/+2
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-012-0/+8
* MFi386: revisions 1.1186 and 1187nyan2005-02-281-5/+10
* Use dynamic major number allocation.phk2005-02-272-2/+0
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-251-1/+0
* Fix to support Buffalo HYPERMEMORY.nyan2005-02-242-24/+34
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add atrhodes2005-02-231-0/+1
* Merged from sys/dev/sio/sio.c revision 1.458.nyan2005-02-112-18/+10
* Fix pc98 compile: merge in changes to use the local APIC timer. Also, addjhb2005-02-093-42/+42
* Remove unused defines.nyan2005-02-072-18/+0
* Add missing isa_dmatc() function.phk2005-02-072-14/+24
* Sort includes and remove duplicate include.nyan2005-02-062-18/+16
* MFi386: revision 1.606.nyan2005-02-062-4/+20
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-062-24/+22
* Merged from sys/dev/sio/sio.c revision 1.457.nyan2005-02-042-10/+18
* MFi386: revision 1.605.nyan2005-02-042-18/+102
* MFi386: fix a comment.ru2005-01-171-1/+1
* In my last commit, I'd assumed that LINE30 was always defined. Itimp2005-01-094-0/+58
* LINE30 is always defined now, so unifdef -DLINE30 for clarity.imp2005-01-082-42/+0
* Merge module.h into 30line.h and remove it. It lacked aimp2005-01-083-69/+10
* /* -> /*- for license, minor formatting changesimp2005-01-0718-18/+18
* These are no longer relevant. They are scripts for extracting hintsimp2005-01-071-109/+0
* o Use tab instead of spaces for puc(4) line.kuriyama2005-01-051-3/+3
* Remove old wdc driver completely.nyan2005-01-041-8/+0
* Catchup to wd removalimp2005-01-041-12/+0
* Remove last vestiges of old wd driver. ata works well on pc98 andimp2005-01-047-5548/+0
* MFi386: revision 1.421.nyan2005-01-021-2/+2
* Fix comment.phk2004-12-222-2/+2
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-121-1075/+0
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-272-4/+4
* U areas are going away, so don't allocate one for process 0.das2004-11-202-4/+0
* Initiate deorbit burn sequence for 80386 support in FreeBSD: Removejhb2004-11-164-14/+2
* MFi386: revision 1.1170nyan2004-11-101-3/+5
* Add FL_MFM flag to the fd_native_types structure.nyan2004-11-092-4/+4
* MFi386: revision 1.420 (Reduce annoying SCSI probing delay).nyan2004-11-041-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-012-2/+2
* MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).)nyan2004-10-302-2/+34
* Don't set si_bsize_phys.phk2004-10-291-4/+1
* Disable ed1 - ed12.nyan2004-10-241-0/+24
* use bioq_takefirst()phk2004-10-231-5/+2
* Use bioq_takefirst()phk2004-10-222-8/+4
* Merged from sys/dev/sio/sio.c (Use generic tty code).nyan2004-10-152-180/+90
* Remove unused variable.njl2004-10-152-2/+0
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-142-4/+0
* Use generic tty code instead of local stuff.phk2004-10-132-1046/+214
* Add more PnP serial cards support.nyan2004-10-012-22/+38
* Merged from sys/dev/sio/sio.c: more tty related changes.nyan2004-09-202-18/+20
* Use tty->t_sc, ttyalloc() and lock/init termios from struct tty.phk2004-09-172-142/+114
* Include <sys/malloc.h> to satisfy new isa_dma stuff.phk2004-09-172-0/+2
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-152-28/+24
OpenPOWER on IntegriCloud