* Re: [PATCH] PCI: disable decoding while sizing BARs
From: Marcelo Tosatti @ 2002-12-18 12:30 UTC (permalink / raw)
To: Ivan Kokshaysky; +Cc: Bjorn Helgaas, mj, linux-kernel
In-Reply-To: <20021217172925.A15754@jurassic.park.msu.ru>
On Tue, 17 Dec 2002, Ivan Kokshaysky wrote:
> On Mon, Dec 16, 2002 at 05:41:53PM -0700, Bjorn Helgaas wrote:
> > + /* Disable I/O & memory decoding while we size the BARs. */
> > + pci_read_config_word(dev, PCI_COMMAND, &cmd);
> > + pci_write_config_word(dev, PCI_COMMAND,
> > + cmd & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY));
>
> It's fatal for certain x86 northbridges, that's why the code was
> removed 2 years ago.
>
> Maybe it would be ok with this modification:
>
> pci_read_config_word(dev, PCI_COMMAND, &cmd);
> /* Don't touch northbridges or devices with devfn 0:0 */
> if ((dev->class >> 8) != PCI_CLASS_BRIDGE_HOST && dev->devfn)
> pci_write_config_word(dev, PCI_COMMAND,
> cmd & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY));
Ok, I've reverted this one.
^ permalink raw reply
* Re: ifconfig: SCC1 enet0 not showing up
From: Leonardo Pereira Santos @ 2002-12-18 15:19 UTC (permalink / raw)
To: James Don, 'linuxppc-embedded@lists.linuxppc.org'
In-Reply-To: <DB0585C9F6F9D411BE8F00D0B7896A4CC05F4E@SNCMAIL>
I think the board got a revision, but as the kernel support for that hardware
was discontinued, it has the old definitions. Look at platforms/fads.h for
the BCSR definitions and copy them from PPCBooot.
On Wednesday 18 December 2002 12:56, James Don wrote:
> Hi,
>
> I have a MPC860 FADS based board running kernel 2.4.
>
> My Ethernet is not showing up ... I have compiled in enet support ... fixed
> my port pins ... but when I do ifconfig I see only:
>
> # ifconfig
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
>
>
> At start my enet scc is configured properly ... I am pretty sure because I
> see:
> ## Transferring control to Linux (at address 00000000) ...
> Linux version 2.4.20-pre8 ...
> Kernel command line: root=/dev/ram rw
> ip=192.168.104.101:192.168.103.151:192.168.104.1:255.255.255.0:BigMoney::of
>f ...
> eth0: CPM ENET Version 0.2 on SCC1, 00:22:2e:ff:67:de
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> loop: loaded (max 8 devices)
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 512 buckets, 4Kbytes
> TCP: Hash tables configured (established 1024 bind 1024)
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> RAMDISK: Compressed image found at block 0
> Freeing initrd memory: 1425k freed
> VFS: Mounted root (ext2 filesystem).
> Freeing unused kernel memory: 44k init
> ....
>
> Am I missing some kernel config (see below)?
>
> Jim
>
> #
> # Automatically generated by make menuconfig: don't edit
> #
> # CONFIG_UID16 is not set
> # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
> CONFIG_RWSEM_XCHGADD_ALGORITHM=y
> CONFIG_HAVE_DEC_LOCK=y
>
> #
> # Code maturity level options
> #
> CONFIG_EXPERIMENTAL=y
>
> #
> # Loadable module support
> #
> # CONFIG_MODULES is not set
>
> #
> # Platform support
> #
> CONFIG_PPC=y
> CONFIG_PPC32=y
> # CONFIG_6xx is not set
> # CONFIG_4xx is not set
> # CONFIG_POWER3 is not set
> # CONFIG_POWER4 is not set
> CONFIG_8xx=y
> # CONFIG_PPC_STD_MMU is not set
> CONFIG_SERIAL_CONSOLE=y
> # CONFIG_RPXLITE is not set
> # CONFIG_RPXCLASSIC is not set
> # CONFIG_BSEIP is not set
> CONFIG_FADS=y
> # CONFIG_TQM823L is not set
> # CONFIG_TQM850L is not set
> # CONFIG_TQM855L is not set
> # CONFIG_TQM860L is not set
> # CONFIG_FPS850L is not set
> # CONFIG_TQM860 is not set
> # CONFIG_SPD823TS is not set
> # CONFIG_IVMS8 is not set
> # CONFIG_IVML24 is not set
> # CONFIG_SM850 is not set
> # CONFIG_MBX is not set
> # CONFIG_WINCEPT is not set
> # CONFIG_ALL_PPC is not set
> # CONFIG_SMP is not set
> CONFIG_MATH_EMULATION=y
> CONFIG_EMBEDDEDBOOT=y
>
> #
> # General setup
> #
> # CONFIG_HIGHMEM is not set
> # CONFIG_ISA is not set
> # CONFIG_EISA is not set
> # CONFIG_SBUS is not set
> # CONFIG_MCA is not set
> # CONFIG_PCI_QSPAN is not set
> # CONFIG_PCI is not set
> CONFIG_NET=y
> # CONFIG_SYSCTL is not set
> # CONFIG_SYSVIPC is not set
> # CONFIG_BSD_PROCESS_ACCT is not set
> CONFIG_KCORE_ELF=y
> CONFIG_BINFMT_ELF=y
> CONFIG_KERNEL_ELF=y
> # CONFIG_BINFMT_MISC is not set
> # CONFIG_HOTPLUG is not set
> # CONFIG_PCMCIA is not set
>
> #
> # Parallel port support
> #
> # CONFIG_PARPORT is not set
> # CONFIG_PPC_RTC is not set
> # CONFIG_CMDLINE_BOOL is not set
>
> #
> # Memory Technology Devices (MTD)
> #
> # CONFIG_MTD is not set
>
> #
> # Plug and Play configuration
> #
> # CONFIG_PNP is not set
> # CONFIG_ISAPNP is not set
>
> #
> # Block devices
> #
> # CONFIG_BLK_DEV_FD is not set
> # CONFIG_BLK_DEV_XD is not set
> # CONFIG_PARIDE is not set
> # CONFIG_BLK_CPQ_DA is not set
> # CONFIG_BLK_CPQ_CISS_DA is not set
> # CONFIG_CISS_SCSI_TAPE is not set
> # CONFIG_BLK_DEV_DAC960 is not set
> # CONFIG_BLK_DEV_UMEM is not set
> CONFIG_BLK_DEV_LOOP=y
> CONFIG_BLK_DEV_NBD=y
> CONFIG_BLK_DEV_RAM=y
> CONFIG_BLK_DEV_RAM_SIZE=4096
> CONFIG_BLK_DEV_INITRD=y
> CONFIG_BLK_STATS=y
>
> #
> # Multi-device support (RAID and LVM)
> #
> # CONFIG_MD is not set
> # CONFIG_BLK_DEV_MD is not set
> # CONFIG_MD_LINEAR is not set
> # CONFIG_MD_RAID0 is not set
> # CONFIG_MD_RAID1 is not set
> # CONFIG_MD_RAID5 is not set
> # CONFIG_MD_MULTIPATH is not set
> # CONFIG_BLK_DEV_LVM is not set
>
> #
> # Networking options
> #
> CONFIG_PACKET=y
> # CONFIG_PACKET_MMAP is not set
> # CONFIG_NETLINK_DEV is not set
> # CONFIG_NETFILTER is not set
> # CONFIG_FILTER is not set
> CONFIG_UNIX=y
> CONFIG_INET=y
> CONFIG_IP_MULTICAST=y
> # CONFIG_IP_ADVANCED_ROUTER is not set
> # CONFIG_IP_PNP is not set
> # CONFIG_NET_IPIP is not set
> # CONFIG_NET_IPGRE is not set
> # CONFIG_IP_MROUTE is not set
> # CONFIG_ARPD is not set
> # CONFIG_INET_ECN is not set
> # CONFIG_SYN_COOKIES is not set
> # CONFIG_IPV6 is not set
> # CONFIG_KHTTPD is not set
> # CONFIG_ATM is not set
> # CONFIG_VLAN_8021Q is not set
> # CONFIG_IPX is not set
> # CONFIG_ATALK is not set
>
> #
> # Appletalk devices
> #
> # CONFIG_DEV_APPLETALK is not set
> # CONFIG_DECNET is not set
> # CONFIG_BRIDGE is not set
> # CONFIG_X25 is not set
> # CONFIG_LAPB is not set
> # CONFIG_LLC is not set
> # CONFIG_NET_DIVERT is not set
> # CONFIG_ECONET is not set
> # CONFIG_WAN_ROUTER is not set
> # CONFIG_NET_FASTROUTE is not set
> # CONFIG_NET_HW_FLOWCONTROL is not set
>
> #
> # QoS and/or fair queueing
> #
> # CONFIG_NET_SCHED is not set
>
> #
> # Network testing
> #
> # CONFIG_NET_PKTGEN is not set
>
> #
> # ATA/IDE/MFM/RLL support
> #
> # CONFIG_IDE is not set
> # CONFIG_BLK_DEV_IDE_MODES is not set
> # CONFIG_BLK_DEV_HD is not set
>
> #
> # SCSI support
> #
> # CONFIG_SCSI is not set
>
> #
> # Network device support
> #
> CONFIG_NETDEVICES=y
>
> #
> # ARCnet devices
> #
> # CONFIG_ARCNET is not set
> # CONFIG_DUMMY is not set
> # CONFIG_BONDING is not set
> # CONFIG_EQUALIZER is not set
> # CONFIG_TUN is not set
> # CONFIG_ETHERTAP is not set
>
> #
> # Ethernet (10 or 100Mbit)
> #
> CONFIG_NET_ETHERNET=y
> # CONFIG_MACE is not set
> # CONFIG_BMAC is not set
> # CONFIG_GMAC is not set
> # CONFIG_SUNLANCE is not set
> # CONFIG_SUNBMAC is not set
> # CONFIG_SUNQE is not set
> # CONFIG_SUNGEM is not set
> # CONFIG_NET_VENDOR_3COM is not set
> # CONFIG_LANCE is not set
> # CONFIG_NET_VENDOR_SMC is not set
> # CONFIG_NET_VENDOR_RACAL is not set
> # CONFIG_NET_ISA is not set
> # CONFIG_NET_PCI is not set
> # CONFIG_NET_POCKET is not set
>
> #
> # Ethernet (1000 Mbit)
> #
> # CONFIG_ACENIC is not set
> # CONFIG_DL2K is not set
> # CONFIG_E1000 is not set
> # CONFIG_MYRI_SBUS is not set
> # CONFIG_NS83820 is not set
> # CONFIG_HAMACHI is not set
> # CONFIG_YELLOWFIN is not set
> # CONFIG_SK98LIN is not set
> # CONFIG_TIGON3 is not set
> # CONFIG_FDDI is not set
> # CONFIG_HIPPI is not set
> # CONFIG_PLIP is not set
> # CONFIG_PPP is not set
> # CONFIG_SLIP is not set
>
> #
> # Wireless LAN (non-hamradio)
> #
> CONFIG_NET_RADIO=y
> # CONFIG_STRIP is not set
> # CONFIG_WAVELAN is not set
> # CONFIG_ARLAN is not set
> # CONFIG_AIRONET4500 is not set
> # CONFIG_AIRONET4500_NONCS is not set
> # CONFIG_AIRONET4500_PROC is not set
> CONFIG_HERMES=y
> # CONFIG_NET_WIRELESS is not set
>
> #
> # Token Ring devices
> #
> # CONFIG_TR is not set
> # CONFIG_NET_FC is not set
> # CONFIG_RCPCI is not set
> # CONFIG_SHAPER is not set
>
> #
> # Wan interfaces
> #
> # CONFIG_WAN is not set
>
> #
> # Amateur Radio support
> #
> # CONFIG_HAMRADIO is not set
>
> #
> # IrDA (infrared) support
> #
> # CONFIG_IRDA is not set
>
> #
> # ISDN subsystem
> #
> # CONFIG_ISDN is not set
>
> #
> # Old CD-ROM drivers (not SCSI, not IDE)
> #
> # CONFIG_CD_NO_IDESCSI is not set
>
> #
> # Console drivers
> #
>
> #
> # Frame-buffer support
> #
> # CONFIG_FB is not set
>
> #
> # Input core support
> #
> # CONFIG_INPUT is not set
> # CONFIG_INPUT_KEYBDEV is not set
> # CONFIG_INPUT_MOUSEDEV is not set
> # CONFIG_INPUT_JOYDEV is not set
> # CONFIG_INPUT_EVDEV is not set
>
> #
> # Macintosh device drivers
> #
>
> #
> # Character devices
> #
> CONFIG_VT=y
> CONFIG_VT_CONSOLE=y
> # CONFIG_SERIAL is not set
> # CONFIG_SERIAL_EXTENDED is not set
> # CONFIG_SERIAL_NONSTANDARD is not set
> CONFIG_UNIX98_PTYS=y
> CONFIG_UNIX98_PTY_COUNT=256
>
> #
> # I2C support
> #
> CONFIG_I2C=y
> # CONFIG_I2C_ALGOBIT is not set
> # CONFIG_I2C_ALGOPCF is not set
> # CONFIG_I2C_ALGO8XX is not set
> CONFIG_I2C_CHARDEV=y
> CONFIG_I2C_PROC=y
>
> #
> # Mice
> #
> # CONFIG_BUSMOUSE is not set
> # CONFIG_MOUSE is not set
>
> #
> # Joysticks
> #
> # CONFIG_INPUT_GAMEPORT is not set
> # CONFIG_QIC02_TAPE is not set
>
> #
> # Watchdog Cards
> #
> # CONFIG_WATCHDOG is not set
> # CONFIG_NVRAM is not set
> # CONFIG_RTC is not set
> # CONFIG_DTLK is not set
> # CONFIG_R3964 is not set
> # CONFIG_APPLICOM is not set
>
> #
> # Ftape, the floppy tape device driver
> #
> # CONFIG_FTAPE is not set
> # CONFIG_AGP is not set
> # CONFIG_DRM is not set
>
> #
> # Multimedia devices
> #
> # CONFIG_VIDEO_DEV is not set
>
> #
> # File systems
> #
> # CONFIG_QUOTA is not set
> # CONFIG_AUTOFS_FS is not set
> # CONFIG_AUTOFS4_FS is not set
> # CONFIG_REISERFS_FS is not set
> # CONFIG_REISERFS_CHECK is not set
> # CONFIG_REISERFS_PROC_INFO is not set
> # CONFIG_ADFS_FS is not set
> # CONFIG_ADFS_FS_RW is not set
> # CONFIG_AFFS_FS is not set
> # CONFIG_HFS_FS is not set
> # CONFIG_BEFS_FS is not set
> # CONFIG_BEFS_DEBUG is not set
> # CONFIG_BFS_FS is not set
> # CONFIG_EXT3_FS is not set
> # CONFIG_JBD is not set
> # CONFIG_JBD_DEBUG is not set
> # CONFIG_FAT_FS is not set
> # CONFIG_MSDOS_FS is not set
> # CONFIG_UMSDOS_FS is not set
> # CONFIG_VFAT_FS is not set
> # CONFIG_EFS_FS is not set
> # CONFIG_JFFS_FS is not set
> # CONFIG_JFFS2_FS is not set
> # CONFIG_CRAMFS is not set
> # CONFIG_TMPFS is not set
> CONFIG_RAMFS=y
> # CONFIG_ISO9660_FS is not set
> # CONFIG_JOLIET is not set
> # CONFIG_ZISOFS is not set
> # CONFIG_JFS_FS is not set
> # CONFIG_JFS_DEBUG is not set
> # CONFIG_JFS_STATISTICS is not set
> # CONFIG_MINIX_FS is not set
> # CONFIG_VXFS_FS is not set
> # CONFIG_NTFS_FS is not set
> # CONFIG_NTFS_RW is not set
> # CONFIG_HPFS_FS is not set
> CONFIG_PROC_FS=y
> # CONFIG_DEVFS_FS is not set
> # CONFIG_DEVFS_MOUNT is not set
> # CONFIG_DEVFS_DEBUG is not set
> # CONFIG_DEVPTS_FS is not set
> # CONFIG_QNX4FS_FS is not set
> # CONFIG_QNX4FS_RW is not set
> # CONFIG_ROMFS_FS is not set
> CONFIG_EXT2_FS=y
> # CONFIG_SYSV_FS is not set
> # CONFIG_UDF_FS is not set
> # CONFIG_UDF_RW is not set
> # CONFIG_UFS_FS is not set
> # CONFIG_UFS_FS_WRITE is not set
>
> #
> # Network File Systems
> #
> # CONFIG_CODA_FS is not set
> # CONFIG_INTERMEZZO_FS is not set
> CONFIG_NFS_FS=y
> # CONFIG_NFS_V3 is not set
> # CONFIG_ROOT_NFS is not set
> CONFIG_NFSD=y
> # CONFIG_NFSD_V3 is not set
> # CONFIG_NFSD_TCP is not set
> CONFIG_SUNRPC=y
> CONFIG_LOCKD=y
> # CONFIG_SMB_FS is not set
> # CONFIG_NCP_FS is not set
> # CONFIG_NCPFS_PACKET_SIGNING is not set
> # CONFIG_NCPFS_IOCTL_LOCKING is not set
> # CONFIG_NCPFS_STRONG is not set
> # CONFIG_NCPFS_NFS_NS is not set
> # CONFIG_NCPFS_OS2_NS is not set
> # CONFIG_NCPFS_SMALLDOS is not set
> # CONFIG_NCPFS_NLS is not set
> # CONFIG_NCPFS_EXTRAS is not set
> # CONFIG_ZISOFS_FS is not set
>
> #
> # Partition Types
> #
> CONFIG_PARTITION_ADVANCED=y
> # CONFIG_ACORN_PARTITION is not set
> # CONFIG_OSF_PARTITION is not set
> # CONFIG_AMIGA_PARTITION is not set
> # CONFIG_ATARI_PARTITION is not set
> CONFIG_MAC_PARTITION=y
> CONFIG_MSDOS_PARTITION=y
> # CONFIG_BSD_DISKLABEL is not set
> # CONFIG_MINIX_SUBPARTITION is not set
> # CONFIG_SOLARIS_X86_PARTITION is not set
> # CONFIG_UNIXWARE_DISKLABEL is not set
> # CONFIG_LDM_PARTITION is not set
> # CONFIG_SGI_PARTITION is not set
> # CONFIG_ULTRIX_PARTITION is not set
> # CONFIG_SUN_PARTITION is not set
> # CONFIG_EFI_PARTITION is not set
> # CONFIG_SMB_NLS is not set
> # CONFIG_NLS is not set
>
> #
> # Sound
> #
> # CONFIG_SOUND is not set
>
> #
> # MPC8xx CPM Options
> #
> CONFIG_SCC_ENET=y
> CONFIG_SCC1_ENET=y
> # CONFIG_SCC2_ENET is not set
> # CONFIG_SCC3_ENET is not set
> # CONFIG_FEC_ENET is not set
> # CONFIG_ENET_BIG_BUFFERS is not set
> # CONFIG_SMC2_UART is not set
> # CONFIG_USE_SCC_IO is not set
> # CONFIG_8xx_COPYBACK is not set
> # CONFIG_8xx_CPU6 is not set
> # CONFIG_UCODE_PATCH is not set
>
> #
> # USB support
> #
> # CONFIG_USB is not set
>
> #
> # Bluetooth support
> #
> # CONFIG_BLUEZ is not set
>
> #
> # Library routines
> #
> CONFIG_ZLIB_INFLATE=y
> CONFIG_ZLIB_DEFLATE=y
>
> #
> # Kernel hacking
> #
> # CONFIG_DEBUG_KERNEL is not set
>
>
- --
This is Linux country.
On a quiet night, you can hear Windows reboot.
Leonardo Pereira Santos
Engenheiro de Projetos
PD3 Tecnologia
av. Pará 330/202
(51) 3337 1237
Today Fortune tells us:
I hate trolls. Maybe I could metamorph it into something else -- like a
ravenous, two-headed, fire-breathing dragon.
-- Willow
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply
* Re: 2.5.51 ide module problem
From: Alan Cox @ 2002-12-18 16:07 UTC (permalink / raw)
To: Adam J. Richter; +Cc: Andre Hedrick, axboe, Linux Kernel Mailing List
In-Reply-To: <200212181414.GAA02717@adam.yggdrasil.com>
On Wed, 2002-12-18 at 14:14, Adam J. Richter wrote:
> I'd appreciate some clarification on what trouble the generic
> IDE driver can get into when the cmd640 code is not present.
> linux-2.5.52/Documentation/ide.txt says:
I'll get back to 2.5 IDE things next year. For the moment I'm only
concerned in getting the modular stuff sorted out completely in 2.4.
Hopefully that will be mostly valid for 2.5 as well.
CMD640 has hooks into the code that need generalising and cleaning up.
Alan
^ permalink raw reply
* Re: Invalid PBLK length
From: Adachi, Kenichi @ 2002-12-18 15:17 UTC (permalink / raw)
To: willy-8fiUuRrzOP0dnm+yROfE0A
Cc: haug-X6ztD3ggwzuBAmxm6OvjtTjhTm2NLCe8,
acpi-devel-pyega4qmqnRoyOMFzWx49A
I didn't check code, but if that said address space type 127 does mean "Functi
onal Fixed Hardware (0x7F)", then your processor expects that OS processor dri
ver knows the specific address to control voltage scaling state transition. Us
ually it's done by accessing MSRs. This has been true for AMD PowerNow! and Tr
ansmeta LongRun, and Intel's new Geyserville I/F which will be unveiled on Ban
ias in the near future. These are mostly under NDA, therefore I can't be speci
fic, however there're several public documents which explain this stuff a bit
more.
So if my guess is correct, your BIOS is not bad. To enable processor performan
ce control on your machine, Linux needs inputs from CPU vendors.
>
> > I also see in dmesg that there's an unsupported address space
> > of 127 in acpi_processor_get_performance_control because
> > reg->space_id != ACPI_ADR_SPACE_SYSTEM_IO. But I don't know
> > enough C to understand where this comes from. Could somebody
> > please give me a hint?
>
> ACPI tells you which address space a given address is in:
>
> #define ACPI_ADR_SPACE_SYSTEM_MEMORY (ACPI_ADR_SPACE_TYPE) 0
> #define ACPI_ADR_SPACE_SYSTEM_IO (ACPI_ADR_SPACE_TYPE) 1
> #define ACPI_ADR_SPACE_PCI_CONFIG (ACPI_ADR_SPACE_TYPE) 2
> #define ACPI_ADR_SPACE_EC (ACPI_ADR_SPACE_TYPE) 3
> #define ACPI_ADR_SPACE_SMBUS (ACPI_ADR_SPACE_TYPE) 4
> #define ACPI_ADR_SPACE_CMOS (ACPI_ADR_SPACE_TYPE) 5
> #define ACPI_ADR_SPACE_PCI_BAR_TARGET (ACPI_ADR_SPACE_TYPE) 6
> #define ACPI_ADR_SPACE_DATA_TABLE (ACPI_ADR_SPACE_TYPE) 7
>
> processor.c is telling you it only handles ioport (inb/outb) address
> spaces. But 127 is not a valid address space value, so you're going
> to have to get an updated BIOS from your vendor. There's really no
> reasonable way to fix this.
>
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply
* Re: [PATCHSET] PC-9800 addtional for 2.5.50-ac1 (21/21)
From: Alan Cox @ 2002-12-18 16:03 UTC (permalink / raw)
To: Osamu Tomita
Cc: YOSHIFUJI Hideaki / 吉藤英明,
Linux Kernel Mailing List
In-Reply-To: <3E0088D8.31788F10@cinet.co.jp>
Perfect
^ permalink raw reply
* RE: ifconfig: SCC1 enet0 not showing up
From: Allen Curtis @ 2002-12-18 15:08 UTC (permalink / raw)
To: James Don, linuxppc-embedded
In-Reply-To: <DB0585C9F6F9D411BE8F00D0B7896A4CC05F4E@SNCMAIL>
> # ifconfig
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
snip
> ...
> eth0: CPM ENET Version 0.2 on SCC1, 00:22:2e:ff:67:de
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
1. cat /proc/net/dev
If eth0 is listed then it is installed in the kernel
2. have you tried to configure the ethernet by hand?
ifconfig eth0 192.168.1.10
Then run ifconfig and see if it shows up.
3. If this works, you can go back and correct your bootline parameters.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply
* Re: lk maintainers
From: Martin J. Bligh @ 2002-12-18 15:13 UTC (permalink / raw)
To: vda, Zwane Mwaikambo; +Cc: linux-kernel
In-Reply-To: <200212180835.gBI8ZDs22220@Port.imtp.ilyichevsk.odessa.ua>
>> If it's supposed to be current information and to be used by bug
>> reporters, then by all means, chop away ;)
>
> It is suppsed to be accurate. That is why there are timestamps.
> OTOH I should mark some entries <no longer true>, also with timestamp.
Is there any value in keeping information that's no longer true?
I would have thought the credits file was a better place for historical
stuff ...
M.
^ permalink raw reply
* Re: Intel P6 vs P7 system call performance
From: Alan Cox @ 2002-12-18 15:52 UTC (permalink / raw)
To: Horst von Brand; +Cc: Linus Torvalds, Linux Kernel Mailing List
In-Reply-To: <200212181340.gBIDeOmK018730@pincoya.inf.utfsm.cl>
On Wed, 2002-12-18 at 13:40, Horst von Brand wrote:
> [Extremely interesting new syscall mechanism tread elided]
>
> What happened to "feature freeze"?
I'm wondering that. 2.5.49 was usable for devel work, no kernel since
has been. Its stopped IDE getting touched until January.
Linus. you are doing the slow slide into a second round of development
work again, just like mid 2.3, just like 1.3.60, ...
^ permalink raw reply
* Re: Intel P6 vs P7 system call performance
From: Alan Cox @ 2002-12-18 15:50 UTC (permalink / raw)
To: Jeremy Fitzhardinge
Cc: Linus Torvalds, Ulrich Drepper, Matti Aarnio, Hugh Dickins,
Dave Jones, Ingo Molnar, Linux Kernel Mailing List,
H. Peter Anvin
In-Reply-To: <1040189657.1562.11.camel@ixodes.goop.org>
On Wed, 2002-12-18 at 05:34, Jeremy Fitzhardinge wrote:
> The P4 optimisation guide promises horrible things if you write within
> 2k of a cached instruction from another CPU (it dumps the whole trace
> cache, it seems), so you'd need to be careful about mixing mutable data
> and the syscall code in that page.
The PIII errata promise worse things with SMP and code modified as
another cpu ruins it and seems to mark them WONTFIX, so there is another
dragon to beware of
^ permalink raw reply
* Re: [Linux-ia64] RTC support on ia64
From: Joel GUILLET @ 2002-12-18 15:01 UTC (permalink / raw)
To: linux-ia64
In-Reply-To: <marc-linux-ia64-105590709805600@msgid-missing>
On Wed, 18 Dec 2002, Peter Chubb wrote:
> >>>>> "Alex" = Alex Williamson <alex_williamson@hp.com> writes:
>
> Alex> Joel, Does this provide more functionality than the EFI RTC?
> Alex> Concerns I have w/ it on ia64 is that the rtc driver assumes you
> Alex> have a legacy rtc at the legacy irq and port address. This
> Alex> won't work on HP zx1 boxes, the legacy hardware doesn't exist.
> Alex> In the future, there's a possibility that the port address could
> Alex> be allocated to non-legacy purposes. Maybe ACPI could tell you
> Alex> if you have a legacy RTC, it could at least tell you if you
> Alex> support PC/AT compatible interrupts. Thanks,
>
Peter> Yes it does. There's no way to get a regular interrupt into user
Peter> space from the EFI RTC.
The RTC legacy hardware seems to be on the i870 chipset. And if you don't
have this one, you may not be able to use it.
Peter> I've been using the PMU to generate regular interrupts, and have a
Peter> locally-modified amlat benchmark that does that.
Did you modify anything inside the kernel to make use of this timer ?
With PMU, you mean "Performance Monitoring Unit" or "Power Management
Utility" ? -- this question may look strange but with the acutal high
resolution timer his ACPI PowerManagement timer, I've finally got some
doubts.
I had a looked at the PMU code but I couldn't find anything about the way
of using this timer ? Is it built-in somewhere ?
Do I need to implement some code in the kernel to use it ? I've
been trying to find some docs in the Web for quite a long time ... but
without any results ! Does an user interface already exist ?
Thanks for your help.
Regards,
-------------
** Joel
^ permalink raw reply
* Docs for the new style dpalloc/hostalloc patch.
From: Pantelis Antoniou @ 2002-12-18 15:01 UTC (permalink / raw)
To: linuxppc-embedded
Hello.
Since the first mail I've sent hit the mailing list limit
and got deleted, the following with only the patches
are rather confusing.
Here are some pointers about what the patch does and the
rational behind it's creation...
The patch is against the current top linuxppc_2_4_devel tree,
and provides better functions for allocation of dual ported
memory and uncached host memory for the 8xx family of processors.
The problem with the current allocation routines are
that are very simplistic. They only keep a top
pointer to the next memory range to allocate
and never free the allocated memory.
This is fine for any drivers compiled into the kernel,
but brakes down when you want to have your driver
as a module.
The requirement to have a driver as a module is
peculiar when talking about so small systems, but
it is the only way if you want to avoid GPLing all
your design.
As I mentioned we will submit all changes done to
the kernel and the standard drivers, but
we cannot do that for our proprietary hardware.
The new routines get around the problem by
managing the memory properly.
That is the memory allocated can be freed and
then reused for any following requests.
The implementation is done by using something
called a remote heap.
It is called remote because in constrast to
the normal heap management schemes we cannot
use the memory we allocate to implement lists
holding the allocated and free region.
A nice side effect is that there is no overhead
on the managed address ranges.
The enable switches are under 'MPC8xx CPM Options'.
If you don't enable then everything works the same as
before.
The functions are:
void *new_m8xx_cpm_dpalloc(unsigned int size, const char *owner);
Allocate the given amount of memory from the dual port ram
and assign a text string describing the owner.
A future patch that will add a proc interface to the cpm.
The size is rounded to the next 8 bytes.
Returns the va of the allocated address on success.
It is always aligned to an 8 byte boundary.
NULL otherwise
int new_m8xx_cpm_dpfree(void *start);
Free the previously allocated memory.
Returns the size of the freed block, or -EINVAL in
case the start argument does not lie in any allocated
block.
void *new_m8xx_cpm_dpalloc_fixed(void *start, int size,
const char *owner);
The same thins as the previous dpalloc function, but
you can request memory from a specific address.
In a future patch, this is used to allocate the
microcode dpram areas.
void *new_m8xx_cpm_hostalloc(unsigned int size, const char *owner);
Allocate the given amount of uncached host memory for use by
the cpm. Typically this memory will used for FIFOs, BDs and
such when the cost of explicitly calling the invalidate_dcache
and flush_dcache function is provibitive.
If no available free memory is already present, it will allocate
enough pages to satisfy the request. These pages
will be tracked and when a later free releases all the
memory allocated from them, they will be freed.
Return NULL on out of memory.
int new_m8xx_cpm_hostfree(void *start);
Frees the given memory by a previous call to the hostalloc function.
Returns the size of the free memory block or -EINVAL on error.
That's it, please contact my for any more info.
Pantelis
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply
* Help...
From: manish @ 2002-12-18 15:00 UTC (permalink / raw)
To: netfilter
Hello
Can any one look up to my problem. The problem is:
I have set up a small lan with both wired and wireless
clients, here i am describing only wired lan.
I am giving you the details, which will help you to
understand my problem.
A----------B----------C
|
|
|
D
Here A is my windows client with IP address
192.168.101.1 Mask 255.255.0.0
Here B is my Linux7.3 Server with IP address
192.168.0.1 Mask 255.255.0.0
B is also connected to Internet with Generic
Serial Modem (ppp0).
Here C is my windows client with IP address
192.168.101.3 Mask 255.255.0.0
Here D is my Linux client with IP address
192.168.80.1 Mask 255.255.0.0.
I am sharing internet to all my client i.e A, C and D.
using this command.
>iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
# Turn on the IP forwarding
>echo 1 > /proc/sys/net/ipv4/ip_forward
Upto this everything works fine all clients (A, C, D)
share internets.
Now if i wanted to start any chat services i.e Yahoo
Messenger or vat tool the person who has logged on
from A not able to talk to person logged on from C or
D. or even a person who is also online from out of
this network (Somewhere from internet)also not able
to call or do voice chat.
# I had use this command after that
>iptables -t nat -A PREROUTING -i ppp0 -j DNAT
--to-destination 192.168.101.3
This time i am able to call people from outside from
machine C (192.168.101.3)and also able to do voice
conversation in vat. But another side A and D are not
able to talk to that person outside the network. Also
the above command will not work for other hosts A and
D. At a time only one machine is able to make a vat
connection from B.
1) What should i do so A, C, and D all together can
use to call outside and able to do voice
conversation
in vat or vive-versa?
2) what should i do so A can talk to B in yahoo or vat
voice chat?
please let me know that is there any solution for my
problem? Mostly i wanted to run vat?
Thanks
Manish.
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
^ permalink raw reply
* ifconfig: SCC1 enet0 not showing up
From: James Don @ 2002-12-18 14:56 UTC (permalink / raw)
To: 'linuxppc-embedded@lists.linuxppc.org'
Hi,
I have a MPC860 FADS based board running kernel 2.4.
My Ethernet is not showing up ... I have compiled in enet support ... fixed
my port pins ... but when I do ifconfig I see only:
# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
At start my enet scc is configured properly ... I am pretty sure because I
see:
## Transferring control to Linux (at address 00000000) ...
Linux version 2.4.20-pre8 ...
Kernel command line: root=/dev/ram rw
ip=192.168.104.101:192.168.103.151:192.168.104.1:255.255.255.0:BigMoney::off
...
eth0: CPM ENET Version 0.2 on SCC1, 00:22:2e:ff:67:de
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 1024)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 1425k freed
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 44k init
....
Am I missing some kernel config (see below)?
Jim
#
# Automatically generated by make menuconfig: don't edit
#
# CONFIG_UID16 is not set
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_HAVE_DEC_LOCK=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
# CONFIG_MODULES is not set
#
# Platform support
#
CONFIG_PPC=y
CONFIG_PPC32=y
# CONFIG_6xx is not set
# CONFIG_4xx is not set
# CONFIG_POWER3 is not set
# CONFIG_POWER4 is not set
CONFIG_8xx=y
# CONFIG_PPC_STD_MMU is not set
CONFIG_SERIAL_CONSOLE=y
# CONFIG_RPXLITE is not set
# CONFIG_RPXCLASSIC is not set
# CONFIG_BSEIP is not set
CONFIG_FADS=y
# CONFIG_TQM823L is not set
# CONFIG_TQM850L is not set
# CONFIG_TQM855L is not set
# CONFIG_TQM860L is not set
# CONFIG_FPS850L is not set
# CONFIG_TQM860 is not set
# CONFIG_SPD823TS is not set
# CONFIG_IVMS8 is not set
# CONFIG_IVML24 is not set
# CONFIG_SM850 is not set
# CONFIG_MBX is not set
# CONFIG_WINCEPT is not set
# CONFIG_ALL_PPC is not set
# CONFIG_SMP is not set
CONFIG_MATH_EMULATION=y
CONFIG_EMBEDDEDBOOT=y
#
# General setup
#
# CONFIG_HIGHMEM is not set
# CONFIG_ISA is not set
# CONFIG_EISA is not set
# CONFIG_SBUS is not set
# CONFIG_MCA is not set
# CONFIG_PCI_QSPAN is not set
# CONFIG_PCI is not set
CONFIG_NET=y
# CONFIG_SYSCTL is not set
# CONFIG_SYSVIPC is not set
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_KCORE_ELF=y
CONFIG_BINFMT_ELF=y
CONFIG_KERNEL_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
#
# Parallel port support
#
# CONFIG_PARPORT is not set
# CONFIG_PPC_RTC is not set
# CONFIG_CMDLINE_BOOL is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set
#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
CONFIG_BLK_STATS=y
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
#
# ATA/IDE/MFM/RLL support
#
# CONFIG_IDE is not set
# CONFIG_BLK_DEV_IDE_MODES is not set
# CONFIG_BLK_DEV_HD is not set
#
# SCSI support
#
# CONFIG_SCSI is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MACE is not set
# CONFIG_BMAC is not set
# CONFIG_GMAC is not set
# CONFIG_SUNLANCE is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
# CONFIG_STRIP is not set
# CONFIG_WAVELAN is not set
# CONFIG_ARLAN is not set
# CONFIG_AIRONET4500 is not set
# CONFIG_AIRONET4500_NONCS is not set
# CONFIG_AIRONET4500_PROC is not set
CONFIG_HERMES=y
# CONFIG_NET_WIRELESS is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Console drivers
#
#
# Frame-buffer support
#
# CONFIG_FB is not set
#
# Input core support
#
# CONFIG_INPUT is not set
# CONFIG_INPUT_KEYBDEV is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
#
# Macintosh device drivers
#
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
# CONFIG_SERIAL is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
#
# I2C support
#
CONFIG_I2C=y
# CONFIG_I2C_ALGOBIT is not set
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGO8XX is not set
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_PROC=y
#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_MOUSE is not set
#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_QIC02_TAPE is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_AGP is not set
# CONFIG_DRM is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_JBD_DEBUG is not set
# CONFIG_FAT_FS is not set
# CONFIG_MSDOS_FS is not set
# CONFIG_UMSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_TMPFS is not set
CONFIG_RAMFS=y
# CONFIG_ISO9660_FS is not set
# CONFIG_JOLIET is not set
# CONFIG_ZISOFS is not set
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
# CONFIG_DEVPTS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set
#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
# CONFIG_ZISOFS_FS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SMB_NLS is not set
# CONFIG_NLS is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# MPC8xx CPM Options
#
CONFIG_SCC_ENET=y
CONFIG_SCC1_ENET=y
# CONFIG_SCC2_ENET is not set
# CONFIG_SCC3_ENET is not set
# CONFIG_FEC_ENET is not set
# CONFIG_ENET_BIG_BUFFERS is not set
# CONFIG_SMC2_UART is not set
# CONFIG_USE_SCC_IO is not set
# CONFIG_8xx_COPYBACK is not set
# CONFIG_8xx_CPU6 is not set
# CONFIG_UCODE_PATCH is not set
#
# USB support
#
# CONFIG_USB is not set
#
# Bluetooth support
#
# CONFIG_BLUEZ is not set
#
# Library routines
#
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply
* question about NAT
From: Bill Dossett @ 2002-12-18 14:51 UTC (permalink / raw)
To: netfilter
Hi,
I'm trying to get a firewall working with iptables.
My internal network uses real IP numbers, not private
address ranges. I need to do this as I need to allow
another network access to multiple machines, all ports,
on my network at times.
I am using Firestarter.. or at least started off with
it and I am modifying the rules and using firestarter
for a monitor.
My problem is... and I was somewhat surprised by it...
Enabling NAT with firestarter works ok, but, because
I am using real IP numbers and have a smart router,
machines on the Internet side of my firewall could still
ping, etc, machines on internal side of the firewall as they
have real IP addresses... which sort of makes sense as
ip_forward is enabled... though I thought I would need
a static route to actually forward things... not sure
I'm using Redhat 8.0 .. .my older system uses Redhat
6.2 and it doesn't do this.
So.. after poking around and trying to stop this, I finally
seem to have found the place to stop this happening,
in the PREROUTING chain, I have done a
iptables -t nat -I PREROUTING -d 193.243.232.0/26 -j LOG
iptables -t nat -I PREROUTING -d 193.243.232.0/26 -j DROP
the first bit works... but the second bit doesn't... machines
on the Internet side of the firewall can't see internal network
machines, however, if you do try and ping one of them, nothing
goes in the logs. I've read the NAT howto and a few other docs,
but I can't see any reason why this would be, I would like to
monitor this for scans and stuff. Can anyone enlighten, or
point me to docs that would? And as usual, if I am doing this
complete wrong, I'm certainly open to any comments on how it
should be done.
Thanks
Bill
^ permalink raw reply
* [PATCH] arecord without timelimit produces buggy wav files.
From: Jordi Mallach @ 2002-12-18 14:45 UTC (permalink / raw)
To: alsa-devel; +Cc: stevenk, madkiss
[-- Attachment #1: Type: text/plain, Size: 1899 bytes --]
[resent with my subscriber address... is someone moderating alsa-devel?]
Hello,
Daniel Kobras reported a bug in arecord ages ago, against
beta10a. Quoting:
> When running arecord without timelimit (no -d option), the size of the
> RIFF chunk in a wav file is not updated when the recording is finished.
> The resulting wav causes trouble with some applications as the dummy
> chunk size is negative. (Chunk sizes are spec'ed as signed integer.
> Don't ask me why.) The following patch adds the proper fixup for the
> RIFF chunk. Patch against version 0.9.0beta10a-2 of alsa-utils.
--- aplay.c.orig Sat Dec 1 21:26:46 2001
+++ aplay.c Fri Feb 1 18:11:39 2002
@@ -1548,12 +1548,17 @@
{ /* only close output */
WaveChunkHeader cd;
off_t length_seek;
+ u_int rifflen;
length_seek = sizeof(WaveHeader) +
sizeof(WaveChunkHeader) +
sizeof(WaveFmtBody);
cd.type = WAV_DATA;
cd.length = LE_INT(fdcount);
+ rifflen = fdcount + 2*sizeof(WaveChunkHeader) + sizeof(WaveFmtBody) + 4;
+ rifflen = LE_INT(rifflen);
+ if (lseek(fd, 4, SEEK_SET) == 4)
+ write(fd, &rifflen, 4);
if (lseek(fd, length_seek, SEEK_SET) == length_seek)
write(fd, &cd, sizeof(WaveChunkHeader));
if (fd != 1)
The current Debian packages have this patch applied, and the full bug
log is in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131875.
Thanks,
Jordi
PS: recently, new people started working on Debian's ALSA packages.
We'll try to forward all the bugs and patches that have piled up against
our packages in the previous era. What's the prefered way of reporting
bugs and problems against alsa packages components?
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
jordi@sindominio.net jordi@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply
* Re: Intel P6 vs P7 system call performance
From: dada1 @ 2002-12-18 14:51 UTC (permalink / raw)
To: linux-kernel, Horst von Brand
In-Reply-To: <200212181410.gBIEAod6027746@pincoya.inf.utfsm.cl>
From: "Horst von Brand" <vonbrand@inf.utfsm.cl>
> > How are system calls a new feature? Or is optimizing an existing
> > feature not allowed by your definition of "feature freeze"?
>
> This "optimizing" is very much userspace-visible, and a radical change in
> an interface this fundamental counts as a new feature in my book.
Since int 0x80 is supported/ will be supported for the next 20 years, I dont
think this is a radical change.
No userspace visible at all.
You are free to use the old way of calling the kernel...
^ permalink raw reply
* [LARTC] fragment in CBQ?
From: James Ma @ 2002-12-18 14:41 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 368 bytes --]
Hi, All,
Does any body know if CBQ could do packet fragment? Or may be there is other tool in linux could do it?
The reason I need to do it is that, I want to set up QoS using CBQ for voice packet, but too big TCP packet in the low priority queue will cause intolerable jitter for the voice traffic since the outbound rate is only 64kbps.
Regards,
James
[-- Attachment #2: Type: text/html, Size: 1085 bytes --]
^ permalink raw reply
* Re: [PATCH] cs46xx some few corrections
From: Jaroslav Kysela @ 2002-12-18 14:39 UTC (permalink / raw)
To: Kevin Puetz; +Cc: alsa-devel@lists.sourceforge.net
In-Reply-To: <200212180800.50494.puetzk@iastate.edu>
On Wed, 18 Dec 2002, Kevin Puetz wrote:
> > > Sumary of changes:
> > > - Some volume bug fixes
> > > - SPDIF input fix.
> > > - Clear sample buffer after closing IEC958 stream.
> > > - Ring buffer fix (see my previous mail)
> > > - Some other misses, corrections ....
> >
> > applied. thanks for your patch!
>
> nice, now alsa cvs and the cs46xx are best friends again :-)
>
> Any chance of getting a 2.5 merge sometime soon (since it doesn't seem that
> the current cs46xx builds if dropped into a 2.5 tree)? It sure would be nice
> to have the phase problems fixed there as well.
>
> If there's supposed to be a way to build the alsa cvs against 2.5, that would
> be fine too, but I couldn't figure it out.
There's no direct way, but everything in alsa-kernel is propagated to 2.5
tree by hand (or better the ksync script - alsa-kernel/scripts/ksync - and
my manual verification), but you need a BK repository.
The BK repository at http://linux-sound.bkbits.net/linux-sound contains my
last "sync" stuff, also patches against 2.5 kernel tree can be found at
ftp://ftp.alsa-project.org/pub/kernel-patches .
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply
* _mmx_memcpy and module symbol versioning in 2.4.x
From: Roman Belenov @ 2002-12-18 14:44 UTC (permalink / raw)
To: linux-kernel
It seems that _mmx_memcpy is exported incorrectly in 2.4.x kernels if
module symbol versioning is turned on - modules that use it fail to
load and tell that the function is undefined; /proc/ksyms shows the
versioned name as _mmx_memcpy_R__ver__mmx_memcpy (so that
__ver__mmx_memcpy remains undefined during kernel compilation).
It seems that the problem appeared in 2.4.0 -
http://search.luky.org/linux-kernel.2000/msg00208.html
I experience it on 2.4.19 . Problem appears when kernel is compiled
with CONFIG_MODVERSIONS=y and CONFIG_MK7=y
--
With regards, Roman.
^ permalink raw reply
* Re: [PATCHSET] PC-9800 addtional for 2.5.50-ac1 (21/21)
From: Osamu Tomita @ 2002-12-18 14:40 UTC (permalink / raw)
To: Alan Cox
Cc: YOSHIFUJI Hideaki / 吉藤英明,
Linux Kernel Mailing List
In-Reply-To: <1040145474.20018.27.camel@irongate.swansea.linux.org.uk>
[-- Attachment #1: Type: text/plain, Size: 486 bytes --]
Alan Cox wrote:
> Slight misunderstanding: I just meant put the
>
> static inline int get_ebda(void)
> {
> unsigned int address = *(unsigned short *)phys_to_virt(0x40E);
> address <<= 4;
> return address; /* 0 means none */
> }
>
> then do
>
> addr = get_ebda();
> if(addr)
> spm_scan_config(...)
>
> Which actually fixes a bug too - the real PC can have no EBDA (EBDA
> value of zero) and we shouldnt scan it if so
Oh, I see. Here is a patch rewrited.
Thanks,
Osamu
[-- Attachment #2: smp.patch --]
[-- Type: text/plain, Size: 5700 bytes --]
diff -urN linux/arch/i386/kernel/mpparse.c linux98/arch/i386/kernel/mpparse.c
--- linux/arch/i386/kernel/mpparse.c 2002-12-10 09:17:48.000000000 +0900
+++ linux98/arch/i386/kernel/mpparse.c 2002-12-18 22:22:24.000000000 +0900
@@ -31,6 +31,7 @@
#include <asm/pgalloc.h>
#include <asm/io_apic.h>
#include "mach_apic.h"
+#include "bios_ebda.h"
/* Have we found an MP table */
int smp_found_config;
@@ -676,11 +677,14 @@
printk(KERN_DEBUG "Default MP configuration #%d\n", mpf->mpf_feature1);
construct_default_ISA_mptable(mpf->mpf_feature1);
} else if (mpf->mpf_physptr) {
+ extern int pc98;
+
/*
* Read the physical hardware table. Anything here will
* override the defaults.
*/
- if (!smp_read_mpc((void *)mpf->mpf_physptr)) {
+ if (!smp_read_mpc(pc98 ? phys_to_virt(mpf->mpf_physptr)
+ : (void *)mpf->mpf_physptr)) {
smp_found_config = 0;
printk(KERN_ERR "BIOS bug, MP table errors detected!...\n");
printk(KERN_ERR "... disabling SMP support. (tell your hw vendor)\n");
@@ -734,8 +738,25 @@
Dprintk("found SMP MP-table at %08lx\n",
virt_to_phys(mpf));
reserve_bootmem(virt_to_phys(mpf), PAGE_SIZE);
- if (mpf->mpf_physptr)
- reserve_bootmem(mpf->mpf_physptr, PAGE_SIZE);
+ /*
+ * PC-9800's MPC table places on the very last of
+ * physical memory; so that simply reserving PAGE_SIZE
+ * from mpg->mpf_physptr yields BUG() in
+ * reserve_bootmem.
+ */
+ if (mpf->mpf_physptr) {
+ /*
+ * We cannot access to MPC table to compute
+ * table size yet, as only few megabytes from
+ * the bottom is mapped now.
+ */
+ unsigned long size = PAGE_SIZE;
+ unsigned long end = max_low_pfn * PAGE_SIZE;
+ if (mpf->mpf_physptr + size > end)
+ size = end - mpf->mpf_physptr;
+ reserve_bootmem(mpf->mpf_physptr, size);
+ }
+
mpf_found = mpf;
return 1;
}
@@ -778,12 +799,14 @@
* MP1.4 SPEC states to only scan first 1K of 4K EBDA.
*/
- address = *(unsigned short *)phys_to_virt(0x40E);
- address <<= 4;
- smp_scan_config(address, 0x400);
- /* This has been safe for ages */
- if (smp_found_config)
- Dprintk(KERN_WARNING "WARNING: MP table in the EBDA can be UNSAFE, contact linux-smp@vger.kernel.org if you experience SMP problems!\n");
+ address = get_bios_ebda();
+ if (address)
+ {
+ smp_scan_config(address, 0x400);
+ /* This has been safe for ages */
+ if (smp_found_config)
+ Dprintk(KERN_WARNING "WARNING: MP table in the EBDA can be UNSAFE, contact linux-smp@vger.kernel.org if you experience SMP problems!\n");
+ }
}
diff -Nru linux-2.5.50-ac1/arch/i386/mach-defaults/bios_ebda.h linux98-2.5.50-ac1/arch/i386/mach-defaults/bios_ebda.h
--- linux-2.5.50-ac1/arch/i386/mach-defaults/bios_ebda.h 1970-01-01 09:00:00.000000000 +0900
+++ linux98-2.5.50-ac1/arch/i386/mach-defaults/bios_ebda.h 2002-12-18 22:40:38.000000000 +0900
@@ -0,0 +1,15 @@
+#ifndef _MACH_BIOS_EBDA_H
+#define _MACH_BIOS_EBDA_H
+
+/*
+ * there is a real-mode segmented pointer pointing to the
+ * 4K EBDA area at 0x40E.
+ */
+static inline unsigned int get_bios_ebda(void)
+{
+ unsigned int address = *(unsigned short *)phys_to_virt(0x40E);
+ address <<= 4;
+ return address; /* 0 means none */
+}
+
+#endif /* _MACH_BIOS_EBDA_H */
diff -Nru linux-2.5.50-ac1/arch/i386/mach-pc9800/bios_ebda.h linux98-2.5.50-ac1/arch/i386/mach-pc9800/bios_ebda.h
--- linux-2.5.50-ac1/arch/i386/mach-pc9800/bios_ebda.h 1970-01-01 09:00:00.000000000 +0900
+++ linux98-2.5.50-ac1/arch/i386/mach-pc9800/bios_ebda.h 2002-12-18 22:49:59.000000000 +0900
@@ -0,0 +1,14 @@
+#ifndef _MACH_BIOS_EBDA_H
+#define _MACH_BIOS_EBDA_H
+
+/*
+ * PC-9800 has no EBDA.
+ * Its BIOS uses 0x40E for other purpose,
+ * Not pointer to 4K EBDA area.
+ */
+static inline unsigned int get_bios_ebda(void)
+{
+ return 0; /* 0 means none */
+}
+
+#endif /* _MACH_BIOS_EBDA_H */
diff -urN linux/arch/i386/kernel/smpboot.c linux98/arch/i386/kernel/smpboot.c
--- linux/arch/i386/kernel/smpboot.c 2002-12-10 09:17:49.000000000 +0900
+++ linux98/arch/i386/kernel/smpboot.c 2002-12-10 10:43:32.000000000 +0900
@@ -856,13 +856,27 @@
nmi_low = *((volatile unsigned short *) TRAMPOLINE_LOW);
}
+#ifndef CONFIG_PC9800
CMOS_WRITE(0xa, 0xf);
+#else
+ /* reset code is stored in 8255 on PC-9800. */
+ outb(0x0e, 0x37); /* SHUT0 = 0 */
+#endif
local_flush_tlb();
Dprintk("1.\n");
*((volatile unsigned short *) TRAMPOLINE_HIGH) = start_eip >> 4;
Dprintk("2.\n");
*((volatile unsigned short *) TRAMPOLINE_LOW) = start_eip & 0xf;
Dprintk("3.\n");
+#ifdef CONFIG_PC9800
+ /*
+ * On PC-9800, continuation on warm reset is done by loading
+ * %ss:%sp from 0x0000:0404 and executing 'lret', so:
+ */
+ /* 0x3f0 is on unused interrupt vector and should be safe... */
+ *((volatile unsigned long *) phys_to_virt(0x404)) = 0x000003f0;
+ Dprintk("4.\n");
+#endif
/*
* Be paranoid about clearing APIC errors.
diff -urN linux/include/asm-i386/smpboot.h linux98/include/asm-i386/smpboot.h
--- linux/include/asm-i386/smpboot.h Sat Oct 12 13:22:19 2002
+++ linux98/include/asm-i386/smpboot.h Sat Oct 12 19:33:46 2002
@@ -13,8 +13,17 @@
#define TRAMPOLINE_LOW phys_to_virt(0x8)
#define TRAMPOLINE_HIGH phys_to_virt(0xa)
#else /* !CONFIG_CLUSTERED_APIC */
+ #ifndef CONFIG_PC9800
#define TRAMPOLINE_LOW phys_to_virt(0x467)
#define TRAMPOLINE_HIGH phys_to_virt(0x469)
+ #else /* CONFIG_PC9800 */
+ /*
+ * On PC-9800, continuation on warm reset is done by loading
+ * %ss:%sp from 0x0000:0404 and executing 'lret', so:
+ */
+ #define TRAMPOLINE_LOW phys_to_virt(0x4fa)
+ #define TRAMPOLINE_HIGH phys_to_virt(0x4fc)
+ #endif /* !CONFIG_PC9800 */
#endif /* CONFIG_CLUSTERED_APIC */
#ifdef CONFIG_CLUSTERED_APIC
^ permalink raw reply
* heavy kupdated still observed in 2.4.18
From: Marcin Kasperski @ 2002-12-18 14:37 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcin.Kasperski
{ I am not subscribed to linux-kernel, so be so kind to cc the replies
to me - although I will review the archives. I send this mail to report
that some problem still exists although it is considered to be solved }
I repeatably observe the effect of 'heavy kupdated' (kupdated taking
almost 100% CPU, computer not reacting - for a few seconds, happening
from time to time). In the archives I found that this problem is
considered to be removed in 2.4.15per7
(http://hypermail.idiosynkrasia.net/linux-kernel/archived/2001/week48/0147.html). I use 2.4.18 and I still observe it.
Some (probably important) details:
- the effect happens in the particular case: when I perform large
copying over the local network (in fact it was sth like
scp -r remote:/some/directory/tree ./
)
- I have a lot of RAM and there is a lot of free memory when the problem
is being observed
- I do not use any swap
- I use LVM (applied from lvm_1.0.5 as distributed by Sistina) and the
drive to which the copying occurs belongs to LVM volume group.
^ permalink raw reply
* Re: [PATCH] cs46xx some few corrections
From: Takashi Iwai @ 2002-12-18 14:25 UTC (permalink / raw)
To: Kevin Puetz; +Cc: alsa-devel
In-Reply-To: <200212180800.50494.puetzk@iastate.edu>
At Wed, 18 Dec 2002 08:00:50 -0600,
Kevin Puetz wrote:
>
> > > Sumary of changes:
> > > - Some volume bug fixes
> > > - SPDIF input fix.
> > > - Clear sample buffer after closing IEC958 stream.
> > > - Ring buffer fix (see my previous mail)
> > > - Some other misses, corrections ....
> >
> > applied. thanks for your patch!
>
> nice, now alsa cvs and the cs46xx are best friends again :-)
>
> Any chance of getting a 2.5 merge sometime soon (since it doesn't seem that
> the current cs46xx builds if dropped into a 2.5 tree)? It sure would be nice
> to have the phase problems fixed there as well.
Jaroslav already posted the latest bk-patch, so hopefully it will be
merged by Linus soon.
> If there's supposed to be a way to build the alsa cvs against 2.5, that would
> be fine too, but I couldn't figure it out.
basically, you can just copy alsa-kernel directories on 2.5 tree.
the directory structure is a bit different like the following:
alsa-kernel/include -> linux/include/sound
alsa-kernel/Documentation -> linux/Documentation/alsa
alsa-kernel/scripts -> skip (contains only helper scripts)
alsa-kernel/oss -> skip (it's empty)
alsa-kernel/core, and others
-> linux/sound/core, etc.
don't forget to reserve the old linux/sound/oss directory.
alsa-kernel/oss directory contains nothing, of course :)
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply
* ibiblio action notice from the `keeper' program
From: keeper @ 2002-12-18 14:20 UTC (permalink / raw)
To: linux-msdos, bart
At about 2002-12-18 14:20:51 UCT, `keeper' moved the following files from
Incoming to system/emulators (lets linux run programs from other operating systems):
dosemu-1.1.4.tgz DOS emulation package with support for console, terminal and X-windows.
dosemu.lsm
Thank you for your contribution of time, effort, and creativity.
This message was a form letter generated by keeper 1.55, but replying to
it will reach the human who told keeper what to do. You got this note
because you're listed as a maintainer or author in the archive part involved.
If your package was actually uploaded by someone else, and you know who that
person is, please try to get that person to list him or herself in the LSM.
--
Serena Fenton (ibiblio co-maintainer)
fents@ibiblio.org
^ permalink raw reply
* Re: 2.5.51 ide module problem
From: Adam J. Richter @ 2002-12-18 14:18 UTC (permalink / raw)
To: alan; +Cc: andre, axboe, linux-kernel
I forgot to mention one thing in my the message that I sent
a minute ago: I understand that the cmd640_vlb kernel command line
argument needs to be settable via a module parameters for cmd640 to
be fully functional as a kernel module. I will take care of that
if making cmd640 a module would work in the scenario that I described
(userland is careful not to set 32-bit IO or IRQ unmasking until the
cmd640 module can be loaded).
Adam J. Richter __ ______________ 575 Oroville Road
adam@yggdrasil.com \ / Milpitas, California 95035
+1 408 309-6081 | g g d r a s i l United States of America
"Free Software For The Rest Of Us."
^ permalink raw reply
* Re: [LARTC] nano.txt
From: Nikolay Datchev @ 2002-12-18 14:09 UTC (permalink / raw)
To: lartc
In-Reply-To: <marc-lartc-104020103613142@msgid-missing>
This site is redirected to some other site in ssi.bg domain.
Alas, ssi.bg domain is down, changing nameservers' addresses... I'll send
you a note when it is up again.
-- Nikolay Datchev
On Wed, 18 Dec 2002, hare ram wrote:
> Hi
>
>
> does any one have this File
> seems to be this site is down
> http://www.linuxvirtualserver.org/~julian/#routes-2.4
>
> thanks
> hare
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.