Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-14 | eephy was already in there | Theo de Raadt | |
2001-04-14 | - integrated phy on the natsemi 83815 (MacPhyter) is essentially a nsphyter | Jason Wright | |
(media selection doesn't work completely right... choose what ever you want, you get auto, but at least link and speed detection work correctly) - correct the cfdriver name to be "nsphyter" not "nsphy" so it can be distinguished from nsphy in 'boot -c'. | |||
2001-04-14 | need eephy with wx now | mjacob | |
2001-04-14 | Make sure eephy is included if you include wx. | mjacob | |
2001-04-14 | UP1000 will fit in here. | Artur Grabowski | |
2001-04-14 | Add support for Alpha Processor, Inc. UP1000. | Artur Grabowski | |
From NetBSD. | |||
2001-04-14 | oops, really sync.. i have no idea what happened here | Aaron Campbell | |
2001-04-14 | sync | Aaron Campbell | |
2001-04-14 | Use [a-f] for hex digits, not [A-F]. Also fix some tab/space issues. | Aaron Campbell | |
2001-04-14 | KNF | Aaron Campbell | |
2001-04-14 | Remove non-portable sysbeep calls; deraadt@ | Aaron Campbell | |
2001-04-14 | quieten this on OpenBSD, information available in ifconfig -m is not needed ↵ | Theo de Raadt | |
in dmesg | |||
2001-04-14 | Remove some static. | Aaron Campbell | |
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell | |
the wsmoused daemon (replacement for moused which was used with PCVT). Adds a "getchar" method to the display drivers which returns the value of the character currently under the cursor (e.g., so it may be inversed). From jbm@. Still needs a bit of cleanup and improvement, especially X cohabitation features. The pointer moves to fast as well. These sorts of issues will be corrected in-tree. | |||
2001-04-14 | Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which is | Aaron Campbell | |
what Linux does; from NetBSD. This apparently fixes problems with old chipsets that handle the test command differently, leading to a non-working keyboard. This patch was tested by many people successfully. | |||
2001-04-14 | Add an lxtphy_reset function; from NetBSD. Tested on a NewMedia LiveWire | Aaron Campbell | |
10/100 PCMCIA Ethernet card. | |||
2001-04-14 | Minor changes, preparing for real socket-attached TDBs; also, more | Angelos D. Keromytis | |
information will be stored in the TDB. ok ho@ provos@ | |||
2001-04-14 | Correctly initialize disklabel structure in readdisklabel(). | Miod Vallat | |
Prevents kernel from panic'ing or disklabel(1) from faulting with an empty (never labaled) disk. Also, use LABELSECTOR instead of hardwired constant. Tested by deraadt@ on mvme68k and myself on mvme88k, deraadt@ ok | |||
2001-04-14 | Remove defopt; aaron@ ok. | Federico G. Schwindt | |
2001-04-13 | - attempt to get dma coherent buffers for most of the shared memory uses | Jason Wright | |
- correct rx_reclaim (still needs some work) - rework txp_init() a bit to do the operations in the right order - wait for filter setup to complete before returning | |||
2001-04-13 | - rx buffer ring management (working) | Jason Wright | |
- simplify/encapsulate fully transmit ring handling - initialize sc_xcvr to be auto - initial rx descriptor ring handling (doesn't work yet) status: firmware, boot, media, tx, and rx buffer management work (actual received frames don't... yet). | |||
2001-04-13 | Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@ | Aaron Campbell | |
2001-04-13 | Oops, remove an unrelated debugging #if 0. | Aaron Campbell | |
2001-04-13 | Disestablish the shutdownhook on detach. | Aaron Campbell | |
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt | |
2001-04-13 | silence printfs from media selection. | Brad Smith | |
2001-04-13 | In cpu_fork, initialize the ipl of the new process to | Artur Grabowski | |
run at IPL_0. From NetBSD. | |||
2001-04-13 | bmtphy | Theo de Raadt | |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov | |
FreeBSD's log: > The ffs superblock includes a 128-byte region for use by temporary > in-core pointers to summary information. An array in this region > (fs_csp) could overflow on filesystems with a very large number of > cylinder groups (~16000 on i386 with 8k blocks). When this happens, > other fields in the superblock get corrupted, and fsck refuses to > check the filesystem. > > Solve this problem by replacing the fs_csp array in 'struct fs' > with a single pointer, and add padding to keep the length of the > 128-byte region fixed. Update the kernel and userland utilities > to use just this single pointer. > > With this change, the kernel no longer makes use of the superblock > fields 'fs_csshift' and 'fs_csmask'. Add a comment to newfs/mkfs.c > to indicate that these fields must be calculated for compatibility > with older kernels. art@ ok. | |||
2001-04-13 | Make PROCFS compile again on non-UVM systems, deraadt@ ok | Miod Vallat | |
2001-04-13 | and again. | Brad Smith | |
2001-04-13 | these files are supposed to be regenerated after pcidevs has been commited | Brad Smith | |
so that the correct RCS id is at the top. | |||
2001-04-13 | Pull in (correct) support for LIVENGOOD fibre cards (some register locations | mjacob | |
changed between Wiseman && Livengood. Pull in support for the LIVENGOOD with a PHY (82543_CU) that supports 10/100/1000- this is the Intel PRO1000T. This depends on the Marvell phy support in mii. Do a bunch of ansification. Attempt to *still* keep the OpenBSD printf stuff sane, but this area needs some more cleanup. It'd probably be best to fork the OpenBSD code away from NetBSD. | |||
2001-04-13 | Add support for the Marvell PHY that's on the Intel GigE cards. | mjacob | |
2001-04-13 | Be more explicit about the Intel GigE cards. | mjacob | |
2001-04-12 | - initial rx buffer ring management routines and allocation | Jason Wright | |
- go ahead and initialized the rx filter (but don't enable RX just yet) - correct descriptor definition for txp_rx_desc (not the same size as any other descriptor) - definition of txp_rxbuf_desc | |||
2001-04-12 | - complete rewrite of transmit routines (these really work, but need | Jason Wright | |
optimization) - add in IFF_OACTIVE and if_timer handling status: firmware, boot, media, and transmit working | |||
2001-04-12 | Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@ | Nathan Binkert | |
2001-04-12 | Allow kernels with just MFS and no FFS. Fixes PR#323. | Constantine Sapuntzakis | |
2001-04-12 | - sort of working transmit routines and tx interrupt handling, definately | Jason Wright | |
more to do here - be sure to set maximum packet size early - remove old debugging code and add new | |||
2001-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski | |
2001-04-12 | Call isa_malloc with drq < 4, in case 8-bit DMA channels with more | Constantine Sapuntzakis | |
restrictive boundaries are used | |||
2001-04-12 | The old code was broken and always allocated for a 16-bit DMA channel, | Constantine Sapuntzakis | |
which has different alignment restrictions than the 8-bit DMA channel. Fix from NetBSD. | |||
2001-04-12 | print phy model at startup | Theo de Raadt | |
2001-04-11 | correct descriptor definitions for tx and frag | Jason Wright | |
(also fix CMD/RSP type fields) | |||
2001-04-11 | just fail if there are no volumes defined | Michael Shalayeff | |
2001-04-11 | make this load the linux style image file as distributed on 3com's | Jason Wright | |
website. The license is still too restrictive to be in the tree, though. | |||
2001-04-11 | driver for BCM5201/5202 PHY | Theo de Raadt | |
2001-04-11 | include brgphy | Theo de Raadt | |
2001-04-11 | BCM5401/5411 support | Theo de Raadt | |