Ô84952 48 148 228 157 110 187 364 248 163 202 257 129 1730 145 154 248 302 181 229 364 151 294 154 139 154 240 172 248 237 160 186 160 195 140 163 148 122 181 158 143 229 182 145 165 136 145 114 130 241 K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-10-15T02:01:22.000000Z K 7 svn:log V 53 MFC 1.3: Fix typo in END macro (END'ed enable twice) END K 10 svn:author V 6 scottl K 8 svn:date V 27 2001-10-15T02:05:06.000000Z K 7 svn:log V 132 Add a quirk entry so that the Maxtor 3000LE USB drive will work. Submitted by: merry, Randy Bush MFC after: 3 days END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-10-15T02:13:26.000000Z K 7 svn:log V 62 Binutils 2.11.2 build framework for the FreeBSD/IA-64 target. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-10-15T02:14:08.000000Z K 7 svn:log V 15 Clean this up. END K 10 svn:author V 6 scottl K 8 svn:date V 27 2001-10-15T02:18:57.000000Z K 7 svn:log V 92 Forced commit to fix the Submitted by: line. Submitted by: ken, Randy Bush END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-10-15T02:49:15.000000Z K 7 svn:log V 268 + Use `ee' in lue of `vi' as it is smaller. + Remove 'sleep' (not sure why it is so important in fix-it mode). + Remove ability to mount MSDOSFS as that is not a typical filesystem on an alpha; and thus does not really add to the fix-it mix. + Sync style with i386. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-10-15T02:50:18.000000Z K 7 svn:log V 152 Add back DEC_EB64PLUS and DEC_AXPPCI_33 support as we've gained a little bit more room on the install floppies now that modules can be on a 3rd floppy. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-10-15T03:10:48.000000Z K 7 svn:log V 68 We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-10-15T04:21:25.000000Z K 7 svn:log V 106 I seemed to need to specifically include MACHINE_ARCH/linux as an include in CFLAGS in order to compile. END K 10 svn:author V 6 scottl K 8 svn:date V 27 2001-10-15T04:23:38.000000Z K 7 svn:log V 161 Add a manual page for the Maestro3 sound driver. This documents it's special nature under the GPL and a boot hint that can affect operation. MFC after: 3 days END K 10 svn:author V 3 bde K 8 svn:date V 27 2001-10-15T04:29:06.000000Z K 7 svn:log V 37 Fixed style bugs in previous commit. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-10-15T06:59:41.000000Z K 7 svn:log V 1633 Whack on this soon to be deprecated driver. What the heck, the OpenBSD version will benefit. 1. Add wx_txint_delay as a tunable (defaults to 5000 now, or ~5ms) and switch to using delayed TXDW interrupts. Since the chip continues to reload the TIDV with this value for each descriptor written back, this allows continued deferral of the actual interrupt until the last packet completes (assuming that 5ms between multiple packets transmitting is reasonable). 2. Add two other SYSCTL entities: hw.wx.dump_stats hw.wx.clear_stats to be used, hackey hackey, to get the watchdog routine to dump/clear the current softc statistics. Usage would be: sysctl -w hw.wx.dump_stats=UNIT to cause the current stats to be dumped for UNIT. 3. Attempt to clean up wx_detach routine so we don't panic. Well, things still panic, but given that the code is just like other NIC drivers, I suspect it's actually something elsewhere, like e1000phy, that's actually blowing up. 4. Skip the entire test for runt packets- after doing somet thinking and experimenting, I believe that the chip only doesn't like it if the whole frame to xmit is < 16 bytes- each TFD can be some fragment of that. This should improve performance a chunk because of all of the (14 byte ETHERHEADER + DATA) mbuf chains. 5. Keep track of total frame length. Try not to xmit an odd byte frame- this is supposed to get around some dumb Cisco switch problems. 6. On the last packet, also set Interrupt Delay && Report Packet Sent (see #1 above) 7. Attempt to do xmit garbage collection *first* in order to avoid setting IFF_OACTIVE if at all possible. MFC after: 1 week END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-10-15T07:21:32.000000Z K 7 svn:log V 51 Add 0xEE (EFI GPT) and 0xEF (EFI System Partition) END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-10-15T07:25:29.000000Z K 7 svn:log V 60 Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) END K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-10-15T07:58:27.000000Z K 7 svn:log V 152 When compiling with SKI support, create the fake memory regions when either the memory descriptor in the bootinfo is NULL or the descriptor count is 0. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T09:02:03.000000Z K 7 svn:log V 206 - Add an ifdef guard. - Use unsigned types for the (32-bit) Open Firmware device handles to avoid sign extension on 64-bit architectures. - Add a standard type definition for Open Firmware arguments. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T09:25:30.000000Z K 7 svn:log V 86 Add a function for parsing an Open Firmware boot path into the ofw_devdesc structure. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T09:28:07.000000Z K 7 svn:log V 133 - Include openfirm.h for phandle_t. - Add some necessary members to the ofwdisk structure. - Add a prototype for ofw_parseofwdev. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T09:35:40.000000Z K 7 svn:log V 268 - Fill dummy functions with code to read from disk using Open Firmware. - Add a temporary disklabel header to boot off a NetBSD/sparc64 partition. This file can be deleted when we have got a FCode bootblock. The disklabel header was obtained from NetBSD. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-10-15T09:46:48.000000Z K 7 svn:log V 60 Don't even attempt to clone host routes. MFC after: 1 week END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T09:51:09.000000Z K 7 svn:log V 198 - Use the cell_t type definition for Open Firmware arguments in combination with requisite casts as this avoids fatal side effects on 64-bit architectures. - Add the OF_alloc_phys function. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T09:52:38.000000Z K 7 svn:log V 59 Do not include openfirm.h; it is now included by libofw.h. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T10:36:35.000000Z K 7 svn:log V 44 Add a Makefile for the sparc64 boot loader. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T12:16:20.000000Z K 7 svn:log V 59 Make the ofw_reg structure and ofw_alloc_heap 64-bit save. END K 10 svn:author V 5 benno K 8 svn:date V 27 2001-10-15T12:23:10.000000Z K 7 svn:log V 145 - Correct the type of the argument to delay() so as to not conflict with sys/boot/common/bootstrap.h. - Add a prototype for fork_trampoline(). END K 10 svn:author V 5 benno K 8 svn:date V 27 2001-10-15T12:24:43.000000Z K 7 svn:log V 78 Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress. END K 10 svn:author V 5 benno K 8 svn:date V 27 2001-10-15T13:30:04.000000Z K 7 svn:log V 153 Add a hack to get around the fact that egcs 1.1.2 (which I'm using to build my powerpc kernels on NetBSD/macppc 1.5) doesn't know of the __func__ macro. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:30:52.000000Z K 7 svn:log V 145 sysctl -w -> sysctl, remove second person pronouns, and fix some other minor bugs. PR: 30772 Submitted by: Peter Avalos END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:34:43.000000Z K 7 svn:log V 69 Match parenthesis and don't give names to return values. PR: 31214 END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:40:26.000000Z K 7 svn:log V 95 MFC 1.135: correct spelling error in comment and remove trailing newline from panic() message. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:42:07.000000Z K 7 svn:log V 69 MFC 1.12: print peer's name in the "connection established" message. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:43:18.000000Z K 7 svn:log V 103 MFC 1.48: pass username to pwd_mkdb; 1.49: print correct file name if we fail to open $etc_passwd. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:43:47.000000Z K 7 svn:log V 49 MFC 1.342: add missing newline to error message. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:44:18.000000Z K 7 svn:log V 72 MFC 1.11: use colon to separate user and group when executing chown(1). END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:44:45.000000Z K 7 svn:log V 57 MFC 1.19: respect -N when changing directory attributes. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:45:05.000000Z K 7 svn:log V 31 MFC 1.15: implement `stty ek`. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:45:38.000000Z K 7 svn:log V 90 MFC 1.5: make echo output for blanktime and scrnmap consistent with their variable names. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:46:09.000000Z K 7 svn:log V 67 MFC 1.49: create home directory before sending the welcome e-mail. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:46:32.000000Z K 7 svn:log V 52 MFC 1.4: fix seg fault when returning to main menu. END K 10 svn:author V 7 darrenr K 8 svn:date V 27 2001-10-15T13:49:15.000000Z K 7 svn:log V 132 Add code to call ipfilter for ipv6 packet filtering. If ipfilter is enabled then all ipv6 packets going in/out are to be filtered. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-10-15T13:49:51.000000Z K 7 svn:log V 91 The user wants to ensure, not insure, that the package isn't going to damage their system. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T13:50:47.000000Z K 7 svn:log V 50 Define the types iaddr_t and saddr_t for sparc64. END K 10 svn:author V 7 darrenr K 8 svn:date V 27 2001-10-15T14:16:18.000000Z K 7 svn:log V 69 catch forwarded ipv6 packets with pfil_hooks for outbound things too END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T14:27:37.000000Z K 7 svn:log V 41 Make this Makefile suitable for sparc64. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T14:35:39.000000Z K 7 svn:log V 50 Add the FreeBSD/sparc64 boot loader source files. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T14:40:36.000000Z K 7 svn:log V 19 Fix some warnings. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-10-15T14:43:38.000000Z K 7 svn:log V 35 Add a prototype for OF_alloc_phys. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-10-15T16:08:40.000000Z K 7 svn:log V 146 Port 139 (NetBIOS session management) is a tcp socket, not udp. PR: 31215 Submitted by: Stephane Marzloff MFC after: 1 week END