Commit Graph

36048 Commits

Author SHA1 Message Date
soren
667929def5 KNF comment. 2000-03-14 14:11:06 +00:00
soren
9ec86df3dd Fix typo. 2000-03-14 14:10:08 +00:00
soren
eb9d73ce81 Actually use KSEG1 offset for KSEG1 addresses in kvtophys().
From Jeff Smith and Ethan Solomita at Geocast.
2000-03-14 14:08:55 +00:00
fvdl
563d336e44 Don't immediately return in ffs_fsync if there appears to be no data
to flush if it's a vnode on a softdep filesystem. softdep_sync_metadata
may still need to do some work.
2000-03-14 13:06:29 +00:00
enami
60ed7cfb2b Simplify the code a bit. 2000-03-14 10:26:10 +00:00
enami
70b8e188ee Don't think that a card is inserted if there is a card already in the slot.
Note that powerdown hook calls pccbbintr so that it detect card insertion or
removal during suspension.
2000-03-14 10:23:16 +00:00
enami
d454505125 Cosmetic change. 2000-03-14 10:20:09 +00:00
sato
0a00ace3f7 some buttuns map to key codes which the button mean. 2000-03-14 08:37:31 +00:00
uch
6219354e8c sync with fb->hpcfb, btnmgr changes. 2000-03-14 08:31:07 +00:00
sato
16d7136b4c change about debug print.
CVS
2000-03-14 08:26:42 +00:00
nisimura
65da099cb1 Unnecessary to enclose device driver body with #if NASC > 0. 2000-03-14 08:23:29 +00:00
sato
b76ec51696 - toggle CONFIG_HOOK_BUTTONEVENT_POWER event.
- change about debug print.
2000-03-14 08:23:24 +00:00
nisimura
2eb68c00d2 Respect video console colour designation by configration file. 2000-03-14 08:04:06 +00:00
nisimura
80c0893a8b Switch to improved flexible video console text rasterizer provided by
rasops and wsfont.
2000-03-14 06:25:21 +00:00
nisimura
8bf44847a8 Fix DEC3000/300 TC slot numbering. There is an address space hole
between two TC option cards and 3 builtin TC devices.  Was uncovered by
mrg's change made at Nov 1999 and pointed by tsutsui.
2000-03-14 05:53:33 +00:00
nisimura
6f5486c425 Switch to MI sfb (PMAGB-B) TC framebuffer driver which sports faster
text rendering assisted by SFB ASIC.
2000-03-14 05:34:04 +00:00
nisimura
8de02d3a76 - Comment out cfb (PMAG-B) 1024x768 framebuffer.
- Have Gallant19 font by default.
2000-03-14 05:31:16 +00:00
nisimura
ae493d8845 Resolve LP64 issues. 2000-03-14 04:23:14 +00:00
nisimura
b3a2990ce5 Redo the previous commit; duplicated lines. 2000-03-14 02:55:04 +00:00
nisimura
38ed3db66f Synchronize with recent progress of GENERIC. 2000-03-14 02:53:04 +00:00
thorpej
297455cbe2 Pick I/O before Memory space. 2000-03-14 02:08:21 +00:00
tsarna
e58bd0c365 Regen 2000-03-14 01:46:56 +00:00
tsarna
67027b1103 Add product ids for some VIA Technologies VT82C686A southbridge devices. 2000-03-14 01:45:11 +00:00
enami
b3cf850817 Fix typos in comments. 2000-03-14 01:29:30 +00:00
soren
735236ed02 Fix doubled 'the the' in comment. 2000-03-14 00:04:19 +00:00
soren
95054da1a1 Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
cgd
49389b9817 tabbing consistency on the 3c1 entry 2000-03-13 23:36:02 +00:00
augustss
e2850da406 Regen. 2000-03-13 21:17:32 +00:00
kristerw
ce56ba78b7 Make the inline asm conform to what gcc thinks they should look like (per
discussions in http://gcc.gnu.org/ml/gcc-patches/1998-11/msg00004.html)

Approved by fvdl.
2000-03-13 21:10:24 +00:00
cgd
5402c76d3e add an entry to the product table for the 3C1. This seems to work,
at least as necessary to pull out the MAC address, etc.  Not actually
tested xmit & rcv yet.
2000-03-13 20:32:28 +00:00
cgd
8409d84d62 regen 2000-03-13 20:31:23 +00:00
cgd
00a2570a2e Add 3com Megahertz 3C1 10Mbps LAN CF+ Card 2000-03-13 20:30:24 +00:00
jdolecek
52b9123e1a note lacking sysinst support 2000-03-13 19:00:28 +00:00
uch
9616fd8002 no longer required. 2000-03-13 18:56:40 +00:00
jdolecek
70a3b602bd add MOUNT_NTFS to CTL_VFS_NAMES macro 2000-03-13 18:52:06 +00:00
uch
00363a82c8 sync with hpcfb. 2000-03-13 18:49:15 +00:00
ad
f91ce51084 Regen. 2000-03-13 17:24:14 +00:00
ad
e22c4b3d1f Add a bunch of Compaq array controllers. 2000-03-13 17:23:26 +00:00
augustss
9f0c40cff1 Add Palm serial adapter. 2000-03-13 17:14:27 +00:00
tsutsui
97970bb544 Reduce memory disk size and remove some options. 2000-03-13 12:58:58 +00:00
martin
8ba340d655 Do the same as biosboot does.
This makes it possible to create serial console dosboot.com's via uncommenting
the appropriate Makefile options.
I needed this when testing the SMP test kernels at work.
2000-03-13 10:51:22 +00:00
martin
112137cd30 Added Artec/Ultima A6000C scanner to the quirks table (no LUNs). 2000-03-13 09:56:26 +00:00
onoe
c9af54bf14 Add SIOCGDRVSPEC to get driver specific parameters in addition to the
current definition of SIOCSDRVSPEC.
2000-03-13 05:56:47 +00:00
mycroft
b27007be2c Make dependall work. 2000-03-13 03:25:20 +00:00
sato
54dab7a0d1 add BTN_COVER for MC-R520. 2000-03-13 01:57:06 +00:00
sato
fd697ef8aa add PWCTL_LCDLIGHT for MC-R300 2000-03-13 01:54:39 +00:00
sato
f9dc1cca42 add CONFIG_HOOK_POWERCONTROL_LCDLIGHT 2000-03-13 01:52:00 +00:00
sato
035f58c823 HPC/PsPC keyboard types. 2000-03-13 01:46:44 +00:00
nathanw
a7f01b4816 Fix DMAADDR():
Return the mapped address of the block, not the kernel address.
A uhci device now finds devices on my pc164.
2000-03-12 23:10:29 +00:00
augustss
b8b53d87db Avoid accessing the device if it is dying. 2000-03-12 21:57:50 +00:00