Commit Graph

26384 Commits

Author SHA1 Message Date
gwr
63176de160 Moved eeprom_uio to machdep.h 1997-03-18 23:39:20 +00:00
gwr
9f13c3afe5 Read the EEPROM once at attach time, then do user I/O on the copy.
Make /dev/eeprom support normal "read to EOF" behaviour.
Removed ee_console, ee_get_byte (dead code).
1997-03-18 23:31:59 +00:00
gwr
dee24f1082 Moved the _KERNEL declarations to machdep.h 1997-03-18 23:26:38 +00:00
gwr
1161fcc583 Add /dev/leds, and allow both that and /dev/eeprom to
return EOF when you read to the end of the device.
Garbage collect some dead code after the switch.
1997-03-18 23:21:04 +00:00
gwr
c960be72aa Add /dev/leds (closes PR#2172 from der Mouse) 1997-03-18 22:21:50 +00:00
thorpej
98730721d9 Use std.mvme68k, which contains non-optional "options" (a'la other ports). 1997-03-18 21:41:49 +00:00
thorpej
03ecf5dce7 Use our own db_memrw.c 1997-03-18 21:39:01 +00:00
thorpej
7b668f11c8 Use the hp300 db_memrw.c, which works with read-only kernel text. 1997-03-18 21:34:52 +00:00
thorpej
dc401484c4 When mapping kernel text, always make it PG_RO. 1997-03-18 21:31:48 +00:00
thorpej
5bf83341cf - Add a few prototypes.
- cpu_startup() - mark pre-text pages VM_PROT_NONE and kernel text pages
  VM_PROT_READ|VM_PROT_EXECUTE in kernel_map, to avoid strange things like
  COW'ing the kernel text (from hp300 port)
- Fix dumpsys() to conform to the new dump bdevsw calling convention.
1997-03-18 21:30:24 +00:00
christos
f3703d3a82 Remove -g 1997-03-18 21:27:16 +00:00
christos
5a6005a07e Off by one. 1997-03-18 21:26:43 +00:00
thorpej
c50ed28c3c Get rid of __BROKEN_INDIRECT_CONFIG. 1997-03-18 21:21:52 +00:00
thorpej
73a0fb50d2 Get rid of __BDEVSW_DUMP_OLD_TYPE and __BROKEN_INDIRECT_CONFIG. 1997-03-18 21:17:18 +00:00
cgd
575d2214af punt rc.hack for now. It's not so happy with a shared-lib-based system,
because it wants to use sysctl and sysctl is normally dynamically linked,
and it doesn't have the shared libs available when it wants to use it.
The right thing to do (if i want to propagate this hack) is to build a
statically-linked sysctl rather than copying the dynamically-linked one.
1997-03-18 20:04:11 +00:00
cgd
1d27905d84 fix bogon in the ImageDisk entry, add an entry for 3.5" floppies (useful
for making floppy images w/vnd).
1997-03-18 19:55:00 +00:00
christos
161ba8eea5 Fix problems in the RE substitution error handling. 1997-03-18 19:24:46 +00:00
christos
217f82764f PR/3329: From David Jones: Add F_ONCE 1997-03-18 19:06:51 +00:00
christos
dd64e55c90 PR/3353: From Alistair G. Crooks: move to the new arp world. 1997-03-18 18:58:12 +00:00
christos
4fe8f4e95f PR/3354: From Michael Eriksson; I_SETSIG did not handle O_ASYNC properly
and we would never get asynchronous events back. This affected the java
SDK. Also GC O_RAIOSIG which was a Dell/SVR4'ism which is now RIP.
1997-03-18 18:57:19 +00:00
christos
a0fa692d3b PR/3352: From Hiroyuki Ito: ${#1} was not being expanded properly if there
was a need to allocated another stack block.
1997-03-18 18:54:40 +00:00
veego
2cae836714 Remove NAE, put the revision into ae_softc and fixes from dev/ic/am7990.c:
>Signed shifts are evil.
>Thanks to Michael Smith for reporting, Jason Thorpe for pointing to the
>report, doing a quick workaround which pointed me to the right code part and
>for testing the final fix.
1997-03-18 18:44:53 +00:00
is
7cdbc9038e If we #ifdef NARP, we should also #include "arp.h", not "ether.h".
Bug report and remote debugging by Bernd Ernesti.
1997-03-18 18:29:06 +00:00
mycroft
c14b8539e0 Make active_user_pmap() DTRT while a process is exiting. 1997-03-18 16:39:30 +00:00
perry
ab8dd6a331 fix typos per pr-3349 submitted by SAITOH Masanobu 1997-03-18 14:25:29 +00:00
mycroft
d19eaa3d4f Add an active_user_pmap() macro, and use it as appropriate. 1997-03-18 14:13:55 +00:00
mycroft
1068c83731 Check for curproc being null before dereferencing it in more cases. 1997-03-18 13:01:07 +00:00
cgd
c944e200eb fix up new-arp goofups 1997-03-18 07:27:58 +00:00
cgd
a8bb00476f ioctl commands are u_longs 1997-03-18 07:14:45 +00:00
perry
d7df680439 Fix the last fix.
a the -> the
1997-03-18 06:17:17 +00:00
perry
a8f5d0c853 Note that DDB_ONPANIC may also be set with sysctl(8) 1997-03-18 06:15:18 +00:00
thorpej
c7a206e714 Eek! We have a namespace collision between the SCSI Ethernet driver
and SYSVSEM.  Kludge it for now.
1997-03-18 05:55:37 +00:00
cgd
23c15240b8 pull in se.h 1997-03-18 05:19:39 +00:00
thorpej
797e996927 Fix lookup_media_word() to properly distinguish between the "autoselect"
media type and error.  (oops!)
1997-03-18 05:04:50 +00:00
cgd
080a0ce4ee add [bc]dev_decl() for se and md as appropriate. clean up/sort
[bc]dev_decl()s, and make it a bit more obvious what the sort criteria
are.
1997-03-18 05:04:33 +00:00
cgd
d608b0956d add cdevsw entry for 'se' 1997-03-18 04:52:12 +00:00
perry
55a6ac03fd Correction: ifaliases appeared in 1.2 1997-03-18 04:50:56 +00:00
perry
50bfaaee22 close enami tsugutomo's pr-3346 -- silly mistake in description of page 1997-03-18 04:48:42 +00:00
mycroft
95c740d58b Oops; for waiting stream services, we don't do an accept(); we
pass down the fd of the listening socket.
1997-03-18 04:47:22 +00:00
cgd
5b1c90b820 add appropriate includes so that this deals properly with NS and CCITT+LLC.
(Includes stolen from dev/ic/am7990.c, because it's a (the?) canonical
networking hardware driver.)
1997-03-18 04:45:04 +00:00
sommerfe
80dde71f07 Add assigned numbers for ipsec and ipv6 protocols 1997-03-18 03:49:39 +00:00
sommerfe
86f47bded4 Reserve a place for PF_KEY; rename SIP to INET6 1997-03-18 03:47:42 +00:00
mycroft
19d55000f7 Get the byte-swapping right in netmask(). 1997-03-18 03:40:10 +00:00
mrg
4beb045eb4 merge tzdata1997d 1997-03-18 03:01:32 +00:00
thorpej
af71bad528 Do that last change somewhat differently; We need to know the
currently selected media, and thus cannot allow E2BIG, since the
top-level kernel ioctl code won't perform the copyout of the
ifmediareq if it sees an "error".
1997-03-18 01:50:01 +00:00
thorpej
2c8588d217 Add the "se" device. 1997-03-18 01:43:51 +00:00
thorpej
69d841a462 Add the "se" device at cdev major 22. 1997-03-18 01:41:40 +00:00
thorpej
06af63b532 Add cdev_se_init(), for the Cabletron SCSI Ethernet interface,
from Ian Dall <ian.dall@dsto.defence.gov.au>.
1997-03-18 01:39:43 +00:00
mrg
be477182a9 import tzdata97d 1997-03-18 01:37:09 +00:00
thorpej
f94626f157 Driver for the Cabletron EA41x SCSI Ethernet Adaptor, written by
Ian Dall <ian.dall@dsto.defence.gov.au>.  Converted to "new arp"
and some other (very) minor changes by me.
1997-03-18 01:31:15 +00:00