Eivind Eklund
9c24db89a7
Clean out warnings by changin ID string declarations to be char xxx[]
...
instead of char *xxx.
1999-01-12 02:16:16 +00:00
Eivind Eklund
685df2085d
Switch type of vxintr instead of using the previous casts.
...
Requested by: bde
1999-01-12 02:09:33 +00:00
Eivind Eklund
44b74eef5c
Remove 'pci_bridgeto' - it was just an empty placeholder.
1999-01-12 01:44:42 +00:00
Eivind Eklund
06abe70e82
Remove unused variable.
1999-01-12 01:42:43 +00:00
Eivind Eklund
e7ece43271
Silence warning by casting vxintr to correct type
1999-01-12 01:42:01 +00:00
Eivind Eklund
38acda90ba
Clean out warnings introduced in last commit.
1999-01-12 01:36:46 +00:00
Nick Hibma
fa99797979
Take cdev major # 114 for ugen
1999-01-12 01:31:13 +00:00
Eivind Eklund
54da5aa1ba
Move a couple of functions to make __inline work. While I'm here,
...
split a couple of function declarations to make the style internally
consistent.
1999-01-12 01:29:45 +00:00
Eivind Eklund
a4a4aa0dd9
Add a prototype to silence warnings.
1999-01-12 01:28:00 +00:00
Nick Hibma
627246f4dc
1) textual changes
...
2) bug fix in handling of select (or presumed bug)
3) trigger a mouse packet on the Z direction as well (but Z still not
working)
1999-01-12 01:21:15 +00:00
Nick Hibma
991a64f7ba
Changed DRIVER_MODULE to CDEV_DRIVER_MODULE
1999-01-12 01:18:38 +00:00
Eivind Eklund
b6fb09837c
Remove/comment out unused functions.
1999-01-12 01:17:01 +00:00
Eivind Eklund
a0359a7c84
Silence warnings by cleaning up xxxintr types
1999-01-12 01:04:38 +00:00
Eivind Eklund
d20a303759
Silence warnings.
1999-01-12 00:36:36 +00:00
Eivind Eklund
0044fd3054
Clean up warnings; a couple of these came because of genuine errors in
...
parameter passing (passing a pointer to u_short where a pointer to int
is expected), for which the bugs have been fixed.
1999-01-12 00:27:43 +00:00
Eivind Eklund
1950f59007
Silence warnings.
1999-01-12 00:19:33 +00:00
Eivind Eklund
fd8d7e3875
Silence warnings by removing unused convenience function and
...
globalizing debugging functions.
1999-01-12 00:17:53 +00:00
Bruce Evans
8ff0acffb3
Fixed minor style bugs in previous commit.
1999-01-11 23:43:54 +00:00
Bruce Evans
443f91618b
Updated for not-so-new version of Cyclom-Y PCI boards (with a custom
...
register for the PLX id). Merge the vendor's modification of the 2.2.*
release version into -current for reference. Will be cleaned up in next
commit.
Obtained from: ftp://ftp.cyclades.com/pub/cyclades/cyclom-y/freebsd/3.0/cyy30.tar.gz
1999-01-11 23:35:01 +00:00
Eivind Eklund
65c0c7b08e
Avoid warning for unused variable.
1999-01-11 23:32:35 +00:00
Julian Elischer
29a32fb6de
remove some unused variables
1999-01-11 22:49:16 +00:00
Julian Elischer
8cc777e336
Add support for the Cyrix Cx5530 PCI/ISA bridge which also includes
...
a PCI UDMA IDE controller.
1999-01-11 22:14:23 +00:00
Nicolas Souchu
2dcc537bfe
Fix missing \n in boot printfs. Add more mode detection if bootverbose.
1999-01-11 21:22:41 +00:00
Matt Jacob
7439f1066e
Make HP T4000S quirk to FIXED mode
1999-01-11 18:26:25 +00:00
Eivind Eklund
cd651e8119
Add 'static' to the declaration, too.
1999-01-11 17:45:22 +00:00
Eivind Eklund
e81feb8a84
SLOW_VGA -> VGA_SLOW_IOACCESS here, too.
1999-01-11 17:44:06 +00:00
Kazutaka YOKOTA
61329bcee4
Update the pointer into the bitmap correctly. The previous code
...
had the pointer off by 4 bytes if the width of the bitmap is
a multiple of four.
1999-01-11 17:32:22 +00:00
Robert Nordier
726c0943c0
Drop boot.help support.
1999-01-11 11:36:03 +00:00
Luigi Rizzo
4180488519
Add a missing bzero which could be the source of instability
...
problems reported recently (the rtentry pointer in the dummynet
queue was not initialized in all cases, resulting in spurious
rt_refcnt decreases in the lucky cases, and memory trashing in
other cases.
1999-01-11 11:08:07 +00:00
Mike Smith
95d50652d0
No builtin command resets getopt before using it, causing
...
problems in case a wrong option was given previously, and no option
is given to the next command.
PR: kern/9371
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
1999-01-11 06:41:32 +00:00
Mike Smith
ba536e2ae8
Preserve the previous loader as loader.old.
...
Note no matching commit for the Alpha, as the alpha boot0 stage does
not have the ability to prompt for user input.
PR: kern/9406
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
1999-01-11 05:52:28 +00:00
Mike Smith
096d55fc13
Fix linux sendmsg() emulation
...
Submitted by: Brian Feldman <green@unixhelp.org>
1999-01-11 05:28:44 +00:00
Kazutaka YOKOTA
e9f2a6a839
Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.
1999-01-11 03:50:01 +00:00
Kazutaka YOKOTA
1243dad08d
Add splash screen module. This version has rather limited
...
capabilities, but should be a good start... Well, sort of.
It can handle W*ndows 256 color BMP file. (Other color depth probably
won't work.) The size of the image must be 320x200 or less. *sigh*
1999-01-11 03:34:56 +00:00
Kazutaka YOKOTA
2ad872c579
The first stage of console driver reorganization: activate new
...
keyboard and video card drivers.
Because of the changes, you are required to update your kernel
configuration file now!
The files in sys/dev/syscons are still i386-specific (but less so than
before), and won't compile for alpha and PC98 yet.
syscons still directly accesses the video card registers here and
there; this will be rectified in the later stages.
1999-01-11 03:18:56 +00:00
Kazutaka YOKOTA
559e7c1b0c
Oops, I committed wrong version of these files in the last commit!
...
Here are the correct, and up-top-date ones.
1999-01-11 03:06:28 +00:00
Nick Hibma
34dced2c1a
Added file handling to ulpt (USB printer) driver
1999-01-11 00:03:59 +00:00
Eivind Eklund
dcda29feba
Use truncate() instead of otruncate() - step on the way to stopping
...
the linulator from depending on COMPAT_43.
1999-01-10 23:15:35 +00:00
Nick Hibma
181aa362df
Remove warning
1999-01-10 22:04:05 +00:00
Mike Smith
f414995e5c
Disable kzipping the loader; it seems to be breaking the aout-to-elf build
1999-01-10 20:20:27 +00:00
Bill Paul
6c70e5b472
Tweak the vr_start() and vr_rxeof() routines a little to improve
...
performance and reliability a little. There was a condition before
where transmission would stall during periods of heavy traffic
exchange between two hosts. Also set the 'want interrupt' bit in
receive descriptor control words.
1999-01-10 18:51:49 +00:00
Nick Hibma
53809e8652
Sync with NetBSD sources. Almost there. Mostly style fixes.
1999-01-10 18:42:54 +00:00
Nick Hibma
d2dfa9aec1
Remove warning
1999-01-10 18:31:22 +00:00
Steve Price
24d156f499
Remove redundant line of code.
...
PR: 9364
Submitted by: Daniel C. Sobral <dcs@newsguy.com>
1999-01-10 18:22:23 +00:00
Nicolas Souchu
a6de7b79d9
Forgotten options needed to build last ppbus commit.
...
Submitted by: "D. Rock" <rock@wurzelausix.CS.Uni-SB.DE>
1999-01-10 17:41:33 +00:00
Luigi Rizzo
a1a2de5139
Remove check from where arp replies are coming from -- when doing bridging,
...
interfaces are used in clusters so the check does not apply.
1999-01-10 17:40:10 +00:00
Nicolas Souchu
a7006f894f
Fix broken low level ppb_rxxx() return type: char becomes u_char.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
Some ppb bootup printfs simplified.
1999-01-10 16:41:14 +00:00
Robert Nordier
c03fa7f977
Use etc/make.conf settings for serial port and speed.
...
Submitted by: rvb
Reviewed by: bde
1999-01-10 14:48:05 +00:00
Peter Wemm
c03b24b2d8
Damn, I thought I had committed this already, but it seems not.
...
Move the relocated boot1 and arg transfer space from 0x600/0x800 to
0x700/0x900. In theory this should make no difference, apart from the fact
that Buslogic controllers happen to use a few bytes at 0x600 for some sort
of scratch space for it's int 0x13 hook (!!!), causing the machine to crash
badly when the boot2 code makes it's callbacks into boot1 for disk IO.
Submitted by: Robert Nordier <rnordier@freebsd.org>
1999-01-10 13:29:52 +00:00
Doug Rabson
784521ae53
Add hooks for the Iprobe kernel profiler.
...
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
1999-01-10 12:35:39 +00:00